Re: PoCo::Server::TCP bug or wrong usage ?

2007-03-23 Thread zgrim
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 I

Re: PoCo::Server::TCP bug or wrong usage ?

2007-03-22 Thread Matt Sickler
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. On 3/2

PoCo::Server::TCP bug or wrong usage ?

2007-03-22 Thread zgrim
Hello, I'm trying to post something to a tcp server inline state from elsewhere, but it doesn't seem to work. I built a test script, if anyone cares to look at it, http://zgrim.lsd.ro/tmp/pocostt.pl.txt I used similar code with the tcp client component, which worked, hence my current surprise. M