Module exceptions can be handled before it crashes httpd?

2013-05-27 Thread Sindhi Sindhi
Hello, Is there a way to handle the exceptions (access violation, heap corruption etc) thrown by an output filter module within the module itself so that it does not propagate till the httpd.exe server resulting in a server crash? The C++ output filter module that I have written makes use of nati

Re: Module exceptions can be handled before it crashes httpd?

2013-05-27 Thread Sorin Manolache
On 2013-05-27 10:30, Sindhi Sindhi wrote: Hello, Is there a way to handle the exceptions (access violation, heap corruption etc) thrown by an output filter module within the module itself so that it does not propagate till the httpd.exe server resulting in a server crash? The C++ output filter