Global Data

2008-08-12 Thread Harold J. Ship
I'm in the middle of porting an application from IIS/Windows to Apache 2.2 module. In the application, there is a lot of global data. The data contains both: - application configuration that is read on startup and on receiving a certain HTTP request to reload - per-request data that is shared

Re: Global Data

2008-08-12 Thread Ray Morris
I'm in the middle of porting an application from IIS/Windows to Apache 2.2 module. In the application, there is a lot of global data. ... Unfortunately there's no magic technique for sharing data between processes in Apache - you just have to use the same inter-process communication

Re: Global Data

2008-08-12 Thread Sorin Manolache
On Tue, Aug 12, 2008 at 20:50, Harold J. Ship [EMAIL PROTECTED] wrote: I'm in the middle of porting an application from IIS/Windows to Apache 2.2 module. In the application, there is a lot of global data. The data contains both: - application configuration that is read on startup These

Re: svn commit: r683626 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c

2008-08-12 Thread Joe Orton
On Mon, Aug 11, 2008 at 08:20:40PM +0100, Joe Orton wrote: I think that something like this is the way to go: (against 2.2.x since my trunk install is currently refusing to do anything DAVy) I committed a version of that with the logic, um, improved, as r685112, and am +1 for backport of

TCP/IP handshake issue

2008-08-12 Thread Arnab Ganguly
Hi All, I am getting a TCP/IP handshake issue.I have a server component (In Linux) which acts as a router and it is an apache module.What ever data it receives it just passes to client like component (Windows component). Linux component listens to a particular port.Windows component does the

Re: svn commit: r683626 - in /httpd/httpd/trunk: CHANGES modules/dav/fs/repos.c

2008-08-12 Thread Jeff Trawick
On Mon, Aug 11, 2008 at 3:20 PM, Joe Orton [EMAIL PROTECTED] wrote: On Fri, Aug 08, 2008 at 09:42:01AM -0400, Jeff Trawick wrote: On Fri, Aug 8, 2008 at 5:28 AM, Joe Orton [EMAIL PROTECTED] wrote: On Thu, Aug 07, 2008 at 03:12:00PM -, Jeff Trawick wrote: ---