IO function ...

2002-10-24 Thread Sylbert L
Hi there .. i know this question doesn't really belong to this list .. but does anyone have any idea if the standard IO functions in glibc 2.2.2-10 are thread safe? Thanks a lot ...

installing a signal handler in module ..

2002-10-24 Thread Sylbert L
Hi .. I need to catch a custom signal in my module. How do I do this ? I tried writing a signal handler .. put it into my Responsehandler module .. but it doesn't seem to work. Is this possible ? How do I achieve this ? Thanks ..

getting the PID for a request

2002-10-18 Thread Sylbert L
Is there any way I can get the Process Id or thread ID for a particular process / thread that is handling my request ? thanks a bunch ..

Passing data from ConnectionHandler to a ProtocolHandler ..

2002-09-25 Thread Sylbert L
Hi, I need to modify the request object before it is handed over to a protocol handler. I'm using 2.0, so suppose I implement a Connection Handler, within which i read from the socket directly .. modify the data read, now how do I pass on this modified data to the Protocol Handler ? Tx

help getting started ..

2002-09-05 Thread Sylbert L
too much of help, coz I'm dealing with Apache 2.0 the book is all about Apache 1.3 theres such a drastic difference between the two mod_perl implementations. Is there any other source of documentation / help I can find ? Thanks Again, Sylbert L PS : The Code that I'm using can be found

Re: help getting started ..

2002-09-05 Thread Sylbert L
. The main advantage being that protocol plugins can take advantage of Apache's portability, process/thread management, configuration mechanism and plugin API.] So if this is true, then shouldn't it be possible for me to implment a constant connection using Apache 2.0 ? Thanks again, Sylbert L PS