Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: Multi tiered web applications in Perl

by perrin (Chancellor)
on Oct 21, 2003 at 16:49 UTC ( [id://300990]=note: print w/replies, xml ) Need Help??


in reply to Re: Multi tiered web applications in Perl
in thread Multi tiered web applications in Perl

I think mod_perl would be a better base for an application server (using XML-RPC, SOAP, or whatever) than POE. It will typically have better performance.
  • Comment on Re: Re: Multi tiered web applications in Perl

Replies are listed 'Best First'.
Re^3: Multi tiered web applications in Perl
by adrianh (Chancellor) on Oct 22, 2003 at 12:20 UTC
    It will typically have better performance

    True, mod_perl is pretty hard to beat if it meets your needs. I was just illustrating that there was, as they say, more than one way of doing it :-)

    That said, I've been surprised at how well POE performs.

    A few months back I needed a server to talk to some legacy applications as part of a web app. mod_perl wasn't really suitable (the legacy app wasn't HTTP based, had a stateful protocol, stupidly long connection times, stupidly small number of allowed connections) so I threw it together with POE.

    I was fully expecting to have to rewrite in C once I had the prototype up and running. However, straight POE was more than fast enough. One more reason to like Perl :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://300990]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 13:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found