On Sun, Jan 21, 2001 at 10:34:54PM +0000, Kieran Barry wrote:
> The concept of execution threads within a process makes it easy to share
> resources like database connections. As I understand it, that's it. The
> pre-forked model that Apache uses has a problem because it's tough to
> share resources.
> 
> Incidentally, I think this is the reason servlets are used.

Servlets are actually pretty nice. They're like mod_perl handlers except
they feel... cleaner somehow. IMHO, anyway.

Michael

Reply via email to