VC 'library' builds with visual studio

2008-03-12 Thread William A. Rowe, Jr.
I found this very interesting blog entry by Jim Beveridge about archiving an object library (.lib, or .a for unix-heads) on various flavors of Visual Studio 2005 and later... http://qualapps.blogspot.com/2007/12/winsxs-breaks-old-debug-libraries.html so anything we ship as a lib (which isn't a

Re: VC 'library' builds with visual studio

2008-03-12 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

Re: Huge httpd-process

2008-03-12 Thread Marten Lehmann
Hello, If you think this is a bug, please open a bug in bugzilla. Adding you configuration to the bug could be also helpful. in the meantime I have upgraded to 2.2.8, but I still sometimes see processes like this: 2069 nobody15 01 0:46.23 87.6 2460m 1.7g 1564 D httpd httpd

Re: Huge httpd-process

2008-03-12 Thread Rainer Jung
Hi Marten, Marten Lehmann schrieb: Hello, If you think this is a bug, please open a bug in bugzilla. Adding you configuration to the bug could be also helpful. in the meantime I have upgraded to 2.2.8, but I still sometimes see processes like this: 2069 nobody15 01 0:46.23

Re: VC 'library' builds with visual studio

2008-03-12 Thread William A. Rowe, Jr.
Johnny Kewl wrote: --- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true.

How to return HTTP error codes using hook filter ...

2008-03-12 Thread Kiffin Gish
I've created a filter using ap_hook_handler(hook_handler_wmserr, NULL, NULL, APR_HOOK_FIRST). This filter does some sanity checks, and if something is wrong should respond to the requester with an XML message containing the error details, and return HTTP_BAD_REQUEST; /* 400 */ However, apache