in reply to HTTP server guidance
If that's a problem, you can use the technique that merlyn discussed in one of his columns using HTTP::Daemon to keep a separate process alive and connected to the backend server for each HTTP client. This will not scale very well, but is ideal for a small load.
|
|---|