[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: qmail is officially public domain. have at it lads!
Hugo Monteiro <hugo.monteiro@xxxxxxxxxx> writes:
[...]
> Also, from my experience, perl in a high volume server is not a very
> good idea.
Offtopic, sorry, but if you can use perl as a server, where it is
started once then left running, it's quite fast. Certainly that would
be viable for something like greetdelay, but I don't know how the
version in wide use is implemented.
You're right that it can bog things down if you start up a new
interpreter for every connection, though.
----Scott.