From 4f49ca3d59b0fe56ef35f79c06b2caf5e1a23be7 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Sep 2004 12:03:18 +0200 Subject: Restored old shared memory buffer implementation (used by SCI and SHM). Improved Default SCI config params Added missing SCI libraries in ndb_mgm and atrt Added max of 1024 signals per receive on transporter (to improve real-time bahaviour and to ensure no job buffer explosion, still some more work left on avoiding job buffer explosion in the general case) ndb/src/common/transporter/Packer.cpp: Fix for job buffer explosion and real-time behaviour also in high load scenarios. ndb/src/common/transporter/SCI_Transporter.cpp: Restored old Shared memory buffer implementation. Changed condition slightly on when to send SCI buffer. ndb/src/common/transporter/SCI_Transporter.hpp: Changed back to old shared memory implementation ndb/src/common/transporter/SHM_Buffer.hpp: Changed back to old shared memory implementation ndb/src/common/transporter/SHM_Transporter.cpp: Changed back to old shared memory implementation ndb/src/common/transporter/SHM_Transporter.hpp: Changed back to old shared memory implementation ndb/src/common/transporter/TransporterRegistry.cpp: Changed back to old shared memory implementation ndb/src/kernel/vm/FastScheduler.hpp: Spelling error ndb/src/mgmclient/Makefile.am: Missing SCI library ndb/src/mgmsrv/ConfigInfo.cpp: Changed to more proper config parameters ndb/test/run-test/Makefile.am: Added missing SCI library --- ndb/src/mgmclient/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ndb/src/mgmclient/Makefile.am') diff --git a/ndb/src/mgmclient/Makefile.am b/ndb/src/mgmclient/Makefile.am index 72ddc9d098b..e271c7bed53 100644 --- a/ndb/src/mgmclient/Makefile.am +++ b/ndb/src/mgmclient/Makefile.am @@ -16,7 +16,7 @@ LDADD_LOC = $(top_builddir)/ndb/src/libndbclient.la \ $(top_builddir)/dbug/libdbug.a \ $(top_builddir)/mysys/libmysys.a \ $(top_builddir)/strings/libmystrings.a \ - @TERMCAP_LIB@ + @TERMCAP_LIB@ @NDB_SCI_LIBS@ ndb_mgm_LDFLAGS = @ndb_bin_am_ldflags@ -- cgit v1.2.1