socket problems

2000-05-31 Thread Reilly, Thomas
Hi, i'm using mod_perl to run a Unix domain socket client to connect to a server (wriiten in C). When i run the server and run the perl client as a stand-alone perl program it connects to the socket just fine and exchanges the relevant information. When i put the same lines into a

Apache overhead using mod_perl IPC

2000-05-24 Thread Reilly, Thomas
Hi, I'm new to all this and forgive me if my questions are basic My question is how scaleable is Apache in terms of performance when i use IPC from a mod_perl script? I basically want to have the Apache child process handling the request to communicate with another process (using

mod_perl and IPC

2000-05-22 Thread Reilly, Thomas
Hi there! i'm new to mod_perl/Apache! I have to find out what the best method is for having mod_perl have bi-directional communication with a unix daemon process which will receive a string (for simplicity!) from mod_perl, (extracted from the client request), talk to existing c-code