blockcipher has asked for the wisdom of the Perl Monks concerning the following question:
I'm looking to create a custom app server, but I'm not 100% sure which library to use. I'll be starting simple, but I'd like it to be able to handle a heavy load in the future. Any thought on which to use: POE or Net::Server?
My two main concerns are ease of programming, which both look pretty simple, and scalability. While I do fully understand that won't be as fast as writing a server in C, I'd like it to sill perform as fast as possible.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: POE vs. Net::Server
by dragonchild (Archbishop) on Apr 14, 2008 at 03:24 UTC | |
by Anonymous Monk on Apr 14, 2008 at 04:36 UTC | |
|
Re: POE vs. Net::Server
by bingos (Vicar) on Apr 14, 2008 at 09:29 UTC | |
by blockcipher (Beadle) on Apr 17, 2008 at 02:42 UTC |