Using Apache2 global mutex

2008-07-22 Thread Damitha Kumarage
Hi devs, Suppose two requests come to Axis2/C sequentially. Say the first request is served by one apache process and the next request is served by another process. Then problem is you cannot access the previous requests configuration context from your next request because each process has i

Re: Using Apache2 global mutex

2008-07-22 Thread Uthaiyashankar
Hi devs, Suppose two requests come to Axis2/C sequentially. Say the first request is served by one apache process and the next request is served by another process. Then problem is you cannot access the previous requests configuration context from your next request because each process has

Re: Using Apache2 global mutex

2008-07-22 Thread Damitha Kumarage
Uthaiyashankar wrote: Hi devs, Suppose two requests come to Axis2/C sequentially. Say the first request is served by one apache process and the next request is served by another process. Then problem is you cannot access the previous requests configuration context from your next request b

Re: Using Apache2 global mutex

2008-07-22 Thread Uthaiyashankar
Hi, See my comments Suppose two requests come to Axis2/C sequentially. Say the first request is served by one apache process and the next request is served by another process. Then problem is you cannot access the previous requests configuration context from your next request because ea