public
Fork of eventmachine/eventmachine
Description: EventMachine - Sync from svn repo at rubyeventmachine.com
Homepage: http://www.rubyeventmachine.com
Clone URL: git://github.com/tmm1/eventmachine.git
Closes #72, patch from tmm1 for popen errors on exit


git-svn-id: http://rubyeventmachine.com/svn/trunk@791 
2c60eb90-88cd-488e-9351-1edcb1d70dbc
raggi (author)
Tue Sep 23 19:11:00 -0700 2008
commit  9ee116762786325d51a893eaf15a06dbb15f4ad3
tree    eea75e0b56cbb256c257ddfde86cf1472b3ed787
parent  cc7d16fda1453ac4979fff0ba0a92c7bef0e1ebf
...
92
93
94
95
 
96
97
98
...
92
93
94
 
95
96
97
98
0
@@ -92,7 +92,7 @@ PipeDescriptor::~PipeDescriptor()
0
    * within other unbind calls. (Not sure if that's even possible.)
0
    */
0
 
0
- struct timespec req = {0, 10000000};
0
+ struct timespec req = {0, 500000000};
0
   kill (SubprocessPid, SIGTERM);
0
   nanosleep (&req, NULL);
0
   assert (MyEventMachine);

Comments

    No one has commented yet.