RE: POE chapter in APP2

2001-08-27 Thread Rob Bloodgood
> I'm writing the 2nd edition of Advanced Perl for ORA; one of the > many changes is a chapter on POE. The outline is essentially complete, and > will discuss the POE architecture, the "parts" at length, and build at > least one application. > > I'd like the folks whose brainchild this is (Rocco e

Re: POE chapter in APP2

2001-08-27 Thread David . Esposito
I've been contemplating using it to ascynchronously load files into a database as they arrrive. These files are made up of interactive TV responses from television set top boxes (see www.wink.com). Thought I would use it to manage forked sessions to do the actual loading.

POE chapter in APP2

2001-08-27 Thread Dan Brian
I'm writing the 2nd edition of Advanced Perl for ORA; one of the many changes is a chapter on POE. The outline is essentially complete, and will discuss the POE architecture, the "parts" at length, and build at least one application. I'd like the folks whose brainchild this is (Rocco et all) to h

ikc question

2001-08-27 Thread Dan McCormick
Hi, I have a few IKC questions... I'm monitoring client connections using IKC => 'monitor', '*' => { register => 'client_connect' } When a client connects, the 'client_connect' state gets called *three* times, each time with a different kernel alias, which wi