On Tue, 2006-06-13 at 20:40 +0200, Lars Kneschke wrote: > Am Dienstag, 13. Juni 2006 19:55 schrieb Aaron Stone:
> > Was PHP not closing the connections after the script finished? DBMail > > processes should not be sitting around with half open connections > > forever... > I did not send the BYE(imap logout). I haven't seen this issue before, and you should be sending a logout before the script terminates, but there shouldn't be any sort of stale connections that PHP isn't cleaning up. > I'm not sure what happens with the socket connection after the (php)page got > delivered. I don't recall it being a PHP feature that you could maintain persistent IMAP connections across page loads by somehow storing the connection handles in a session or something. It might be a bug? I dunno. Aaron