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.
What is Stem? (Score:1)
Sticking with LWP,
-sam
Re:What is Stem? (Score:3, Informative)
It is designed to support asynchronous message-based systems. Does that help?
Saying that you're sticking with LWP is kind of meaningless. Stem is largely orthogonal to LWP.
A representative Stem application might be a process that responds to outside requests via a socket, delegates work to multiple child processes (like Apache, perhaps) and then responds to the request.
The nice thing about using Stem for that is that you would
Re:What is Stem? (Score:1)
Re:What is Stem? (Score:2)
Re:What is Stem? (Score:3, Informative)
Reply to This
Parent