Aborted connection XXX to db.... (Got an error reading communication packets)

2001-09-19 Thread Luke Chiam
Hi, I keep getting 500 Internal Server error when accessing my database, my application is a C++ development of my own. I used to suspect memory leaks but thats has been checked with LeakTracer, and passed! The problem I think is documented here at

Aborted connection XXX to db.... (Got an error reading communication packets)

2001-09-19 Thread Luke Chiam
Hi, I keep getting 500 Internal Server error when accessing my database, my application is a C++ development of my own. I used to suspect memory leaks but thats has been checked with LeakTracer, and passed! The problem I think is documented here at

Re: Aborted connection XXX to db.... (Got an error reading communication packets)

2001-09-19 Thread Jeremy Zawodny
On Thu, Sep 20, 2001 at 01:10:50PM +0800, Luke Chiam wrote: Hi, I keep getting 500 Internal Server error when accessing my database, my application is a C++ development of my own. Smells like Apache to me. I used to suspect memory leaks but thats has been checked with LeakTracer, and

Re: Aborted connection XXX to db.... (Got an error reading communication packets)

2001-09-19 Thread Luke Chiam
Thanks for the reply Jeremy. I keep getting 500 Internal Server error when accessing my database, my application is a C++ development of my own. Smells like Apache to me. Thats what I thought, but on reading Apache docs faq, it mentioned that it is probably the cgi script failure to

Re: Aborted connection XXX to db.... (Got an error reading communication packets)

2001-09-19 Thread Jeremy Zawodny
On Thu, Sep 20, 2001 at 01:36:10PM +0800, Luke Chiam wrote: Thanks for the reply Jeremy. I keep getting 500 Internal Server error when accessing my database, my application is a C++ development of my own. Smells like Apache to me. Thats what I thought, but on reading Apache docs