| rindolf | merlyn: but there are faster servers out there. |
| merlyn | by the time it serves files, it has lots of optimizations |
| rindolf | Lighttpd, Cherokee, thttpd, etc. |
| merlyn | It would be surprising if other servers had all the same optimizations besides, these days, the net is the slowest link it's rare that you have not enough CPU |
| rindolf | merlyn: someone once wrote a web server in Perl that turned out to be a bit faster than Apahce, |
| merlyn | again - apache how configured? if you turn on a lot of crud, certainly but anyway I just dislike when people dismiss technologies without fair comparisons hype is rarely true.:) |
| action | CPAN upload: DateTime-TimeZone-0.61 by DROLSKY |
| CPAN | upload: DateTime-TimeZone-0.61 by DROLSKY |
| action | CPAN upload: CPANPLUS-0.77_03 (+++++) by KANE |
| CPAN | upload: CPANPLUS-0.77_03 (+++++) by KANE |
| action | CPAN upload: DateTime-TimeZone-0.6101 by DROLSKY |
| CPAN | upload: DateTime-TimeZone-0.6101 by DROLSKY |
| action | CPAN upload: PerlMagick-6.32 (++++ ) by JCRISTY |
| CPAN | upload: PerlMagick-6.32 (++++ ) by JCRISTY |
| merlyn | wow... CPANbot woke up |
| dazjorz | Shadow42, why wouldn't you? |
| rindolf | merlyn: What an awful article - http://en.wikipedia.org/wiki/Cherokee_HTTP_Server |
| Shadow42 | I have no idea |
| rindolf | http://en.wikipedia.org/wiki/Comparison_of_web_servers |
| Shadow42 | I've got a sub with two $kernel->post calls, but for some reason, I can only run both if I make one a ->yield |
| rindolf | I once fixed some Frenglish in the Wikipedia entry on MikMod. |
| merlyn | is this a PoCo? |
| dazjorz | Shadow42, I always ->yield if it's to the current session. However I sometimes have shutdown subs that need to ->post to thousands of sessions. |
| merlyn | Shadow42? |
| Shadow42 | Part of it is a PoCo::IRC |
| dazjorz | *cough*mailserver. |
| Shadow42 | But I've got some custom inline states along the way |
| dazjorz | My mailserver gets to thousands of sessions in a few hours. |
| merlyn | so one of them is a post to the current seesion? |
| Shadow42 | Correct |
| merlyn | are you sure you're namign the currrent session correctly? |
| dazjorz | Yeah. |
| Shadow42 | I think so |
| merlyn | $_KERNEL->post($_[SESSION], ... ) |
| dazjorz | If yield works and post doesn't, the difference is the session ID or alias. |
| merlyn | which is what ->yield is :) |
| dazjorz | merlyn, isn't it $_[SESSION]->ID ? |
| merlyn | well, the object works too |