On 3/23/07, Matt Sickler <[EMAIL PROTECTED]> wrote:
The InlineStates, PackageStates, and ObjectStates for PoCoServerTCP are for
the client sessions:
when you spawn() a PCST, it makes a master session that sits around
listening for connections, when one arrives, it spawns a new session which
get InlineStates, PackageStates, and ObjectStates.

Thanks, now it seems obvious. :) Using a session postback argument -
as seen in the cookbook example - works.

--
perl -MLWP::Simple -e'print$_[rand(split(q|%%\n|,
get(q=http://cpan.org/misc/japh=)))]'

Reply via email to