in reply to fast return of HTML::Tree object clones (via threads/forks)?
Have the mod_perl process create the new clone of the object after the response has been sent. The trick is getting Apache to mark the response as complete before you start this cloning (so that the client doesn't wait around). No, I have no idea how to get mod_perl / Apache to let you do that. You might have to do some research.
- tye
|
|---|