On Thursday 27 April 2006 14:51, Brian Akins wrote: > Niklas Edmundsson wrote: > > The naive solution is to spawn a child that does the copying letting the > > request be processed simultaneously. Is this doable? > > possibly...
Might be worth looking at how the various CGI implementations work. Or even using a CGI architecture (mod_cgi, mod_cgid, mod_fcgid, mod_proxy_fastcgi) for the application. > Any particular reason your backends are "slow?" Some are. It's one thing for which CGI is often a good solution. -- Nick Kew