> James, > > I'm curious, why bother running a daemon which needs starting/stopping, and > watching to make sure it doesn't die, when if you're going to use CGIs to > populate the directory in the first place, why don't you simply call the > script from there? > >
What happens when 1 file takes 2 minutes to process, and you get 500 users a minute? I'd hate to be on that server... By separating the process into an upload/web interface with a background batch component you can throttle the processing while still accepting the most amount of connections. http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]