ravthan / all-eyes

Automatically exported from code.google.com/p/all-eyes
0 stars 0 forks source link

Under socketmon, needs to flush the output IO for each request #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It is better for socketmon to flush the output IO for each request message to 
be sent out. Under Perl, use the statement "$|=1" to flush the IO.

Original issue reported on code.google.com by toddd...@gmail.com on 18 Oct 2012 at 9:27

GoogleCodeExporter commented 8 years ago
The file ../ae/lib/perl/util.pl is modified to include the statement "$!=1;" 
after a STDIO output. Tested by running the socketmon and procmod.

Original comment by toddd...@gmail.com on 19 Oct 2012 at 4:50

GoogleCodeExporter commented 8 years ago
Fixed and verified

Original comment by toddd...@gmail.com on 19 Oct 2012 at 8:23