NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Stem (Score:2)
Re:Stem (Score:2)
Plus much as Stem looks neat, it's not CPAN installable.
Re:Stem (Score:2)
Asynchronous isn't an issue. You can have a synchronous server with asynchronous code internally. Stem comes with a module, Stem::SockMsg that implements a socket-based listener. You use that and it feeds a message into your real server, which then replies. All the synchronous bits are managed by the Stem::SockMsg module.
Having written such a thing (to interface to a client that is _not_ Stem-based) I can tell you its pretty darn easy to do.
Re:Stem (Score:2)
Re:Stem (Score:2)
But you still need a single process listening on the socket that hands off the connection to the preforked processes, right?
Re:Stem (Score:2)
Re:Stem (Score:1)
Re:Stem (Score:2)
Reply to This
Parent