Re: how to improve throughput for long time running sessions
Wesley Peng <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Any more details? regards on 2020/1/9 14:11, Mithun Bhattacharya wrote: > You need to split the request handler and the request processor. Receive > the request in mod_perl and then queue it into a separate application > which does the actual heavy lifting.