Since I updated to EM trunk version I got some "POW" outputed to STDERR when I run EM. I can see that this is from line 632 of ed.cpp: #ifdef HAVE_KQUEUE if (SelectForWrite()) { MyEventMachine->ArmKqueueWriter (this); cerr << "POW\n"; } #endif Is that some debug output that was left there or is it a warning that something''s wrong on my system ''cause I seems to have been there for some time now. thx for your help, Marc
On Feb 2, 2008 4:20 PM, Marc-Andr? Cournoyer <macournoyer at gmail.com> wrote:> Since I updated to EM trunk version I got some "POW" outputed to > STDERR when I run EM. > > I can see that this is from line 632 of ed.cpp: > > #ifdef HAVE_KQUEUE > if (SelectForWrite()) { > MyEventMachine->ArmKqueueWriter (this); > cerr << "POW\n"; > } > #endif > > Is that some debug output that was left there or is it a warning that > something''s wrong on my system ''cause I seems to have been there for > some time now. >Oops. It''s just a debug line that never got taken out. So you''re running with Kqueue on BSD? How''s it working? Any problems? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20080202/274a73d5/attachment.html
I''m on OS X 10.5 and I deploy my apps on Ubuntu which uses epoll. Both work very good. On 2-Feb-08, at 6:33 PM, Francis Cianfrocca wrote:> On Feb 2, 2008 4:20 PM, Marc-Andr? Cournoyer <macournoyer at gmail.com> > wrote: > Since I updated to EM trunk version I got some "POW" outputed to > STDERR when I run EM. > > I can see that this is from line 632 of ed.cpp: > > #ifdef HAVE_KQUEUE > if (SelectForWrite()) { > MyEventMachine->ArmKqueueWriter (this); > cerr << "POW\n"; > } > #endif > > Is that some debug output that was left there or is it a warning that > something''s wrong on my system ''cause I seems to have been there for > some time now. > > > > Oops. It''s just a debug line that never got taken out. > > So you''re running with Kqueue on BSD? How''s it working? Any problems? > _______________________________________________ > Eventmachine-talk mailing list > Eventmachine-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/eventmachine-talk-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20080202/945d9c83/attachment.html