Print

Print


Commit in lcio/src/cpp/src/SIO on MAIN
SIOWriter.cc+1-11.33 -> 1.34
increased streamb buffer size to avoid frequent resizing

lcio/src/cpp/src/SIO
SIOWriter.cc 1.33 -> 1.34
diff -u -r1.33 -r1.34
--- SIOWriter.cc	12 May 2005 10:55:32 -0000	1.33
+++ SIOWriter.cc	1 Feb 2007 08:54:56 -0000	1.34
@@ -125,7 +125,7 @@
     // SIO has some rules about valid names for streams, records, etc ...
     //    const char* stream_name = LCSIO::getValidSIOName(sioFilename) ;
     std::string stream_name = LCSIO::getValidSIOName(sioFilename) ;
-    _stream = SIO_streamManager::add(  stream_name.c_str() , 64 * SIO_KBYTE ) ;
+    _stream = SIO_streamManager::add(  stream_name.c_str() , 32*SIO_KBYTE*SIO_KBYTE ) ;
     
     if( _stream == 0 )
       throw IOException( std::string( "[SIOWriter::open()] Bad or duplicate stream name: " 
CVSspam 0.2.8