Title: defunct solution OK + small correction patch for flush(screenf)

Hi Olivier,

finally found some time to look at sipp again, and have the version sipp.2006-11-08 running some hours now with quite a lot of "exec"'s in it. All seems OK, no defuncts any more and I don't notice any severe performance issues.

I did notice some time ago that the screen log file where you can get the nice info from interactive mode when running in background, did not properly write the results to the file, i.e. it often missed the last part. So I added the flush to the code version sipp.2006-11-08, patch file in attach.

<<flush_diff.txt>>
For information and maybe publicity: I've got a sipp instance running now for over 20 days, with more than a million messages sent over some 400 ports.


Best regards,

  MarcVD

(-: from Marc VAN DIEST (BELGACOM ANS/NTA) +32 2 244 5078 ;-)

**** DISCLAIMER **** http://www.belgacom.be/maildisclaimer
diff -bruN sipp.2006-11-08/sipp.cpp sipp.2006-11-08new/sipp.cpp
--- sipp.2006-11-08/sipp.cpp    2006-11-13 15:49:41.000000000 +0100
+++ sipp.2006-11-08new/sipp.cpp 2006-11-14 09:52:47.000000000 +0100
@@ -1064,6 +1064,8 @@
     print_bottom_line(   screenf, 0);
   }
 
+  fflush(screenf);
+  
   currentScreenToDisplay = oldScreen;
   currentRepartitionToDisplay = oldRepartition;
 }
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to