[Persistentperl-users] Can I close STDOUT before script completes?
Brought to you by:
samh
From: SMSep S. <su...@sm...> - 2004-10-04 20:48:24
|
Hi, I use PersistentPerl 2.21 under FreeBSD server and I'm fully satisfied with it. Now I'm trying to speed up response from my script by calling close(STDOUT) in the meddle of the job since no output expected from the script and as I thinking this will subsequently close parent socket on the server end. As I see it works, but is such technic acceptable in the PersistentPerl environment? Thanks in advance, Ilya Zaytsev |