Kevac Marko wrote:
> On Mon, Dec 1, 2008 at 11:17 AM, Paul Querna <[EMAIL PROTECTED]> wrote:
>> mod_heartmonitor: Collects these Multicast heartbeats for other modules to
>> use.
> 
> Interesting. Is there other modules that create separate thread(s) for
> bypassing request-response thing?

Considered doing this for the data vs. control channel of mod_ftp, but it's
essentially not necessary and introduces additional overhead to set up and
tear down threads during operation.  A thread pool was an alternative, but
in the end, it looked too expensive to consider.

Reply via email to