Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Something like Tomcat for Perl

by mvc (Scribe)
on May 19, 2003 at 19:30 UTC ( [id://259269]=note: print w/replies, xml ) Need Help??


in reply to Something like Tomcat for Perl

You will that Perl/Apache handle the directory aliasing feature very nicely, and even sessions work OK. For simple things.

Sometimes you need to store objects (blessed references) in the session or application scope. This is easy in Java. In Perl you must deal with serialization issues. Even 5.8 with mod_perl2 offers little help here.

Luckily this is rarely needed.

Replies are listed 'Best First'.
Re: Re: Something like Tomcat for Perl
by IOrdy (Friar) on May 20, 2003 at 04:47 UTC
    If you create a resource pool that your objects can fetch resources from then serialization of those objects becomes less of a problem.

    See ResourcePool on the CPAN.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-18 12:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found