John Harmon wrote:
SYMPTOMS/ISSUE: 1. Occassionaly cannot send mail through mail client
over smtp to the server. If you wait 10-15 minutes it will typically
work again. 2. NEVER an issue if sending from within a browser.
3. After reboot server wont allow email clients to send email. After
2
Hello,
that's true. So php should terminate all connections when script is
terminated - i don't know if that is true when process is killed. I
think that is vpopmaild problem. He is not detecting closing socket.
2008/5/6, Bill Shupp <[EMAIL PROTECTED]>:
> On May 6, 2008, at 7:36 AM, Lampa wrote:
On May 6, 2008, at 7:36 AM, Lampa wrote:
Hello,
i know but my "hack" should solve this problem. In some way i have 5
vpopmaild connections but only one was active, others are death and
not closed - causing 100% cpu usage.
Try telnet to vpopmaild then login and terminate telnet, then watch
your
Hello,
i know but my "hack" should solve this problem. In some way i have 5
vpopmaild connections but only one was active, others are death and
not closed - causing 100% cpu usage.
Try telnet to vpopmaild then login and terminate telnet, then watch
your cpu load on machine with vpopmaild.
2008/5
Hi Lampa,
Be sure to check you are closing the connection $obj->quit(); once you
are done. Sometimes indeed, you will get some kind of deadlock. I wasn't
able to find out what exactly causes this.
I however avoid it by always 'checking out' once I'm done. And ever
since it didn't occur anymo
Hello,
i'm playing with vpopmaild and net_vpopmaild class in php.
Problem is that vpopmaild is taking 100% cpu:
PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND
21306 root 20 0 6144 620 496 R 100 0.0 2:09.65 vpopmaild
This happens after dropping telnet connecti