Re: restoring signal handlers

2006-05-22 Thread Nicholas Perez
Or! You could install the signal handlers within POE so you get all of the POE dispatching goodness with your signal handlers. On 5/22/06, David Davis <[EMAIL PROTECTED]> wrote: You could move the use POE line above the two use sigtrap lines. David On 22 May 2006 14:07:57 -0700, sbk <[EMAIL PR

Re: restoring signal handlers

2006-05-22 Thread David Davis
You could move the use POE line above the two use sigtrap lines. David On 22 May 2006 14:07:57 -0700, sbk <[EMAIL PROTECTED]> wrote: hi, i'm realizing that loading POE replaces my signal handlers is there a way around this? i rather like my signal handlers ... :) they perform useful chores,

restoring signal handlers

2006-05-22 Thread sbk
hi, i'm realizing that loading POE replaces my signal handlers is there a way around this? i rather like my signal handlers ... :) they perform useful chores, like clean up shared memory segments. of course, i rather like POE, too ... it does useful things for me ... naturally, i want both! --

Basic TCP question

2006-05-22 Thread lanas
Folks, That's one of those basic TCP questions regarding a server and a client, both on localhost, that needs to send to each other data at a fast pace. I.e. the client, once connected, will request data from the server using certain 'command codes'. At the same time the server will push to th