On 2004.11.18, carl garland <[EMAIL PROTECTED]> wrote: > Curious as to why wouldn't you want to use ns_thread begindetached? > By using a connection thread especially for a long running proc you > reduce your potential to server request by N-1.
Because a conn thread (or, after a while, ns_job threads) are already "warmed up" whereas ns_thread always gives you a fresh thread that has to go through all the per-thread init stuff. -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
