Re: [Components] Webdav lock purging

2008-10-25 Thread Tobias Schlitt
Hi On 10/25/2008 11:17 PM Gaetano Giunta wrote: > Tobias Schlitt a écrit : >> On 10/25/2008 09:51 PM Gaetano Giunta wrote: >>> Tobias Schlitt a écrit : While working on the lock support I now dealt with purging of locks. This part looks to be quite complex and would need to be done on a

Re: [Components] Webdav lock purging

2008-10-25 Thread Gaetano Giunta
Tobias Schlitt a écrit : > Hi > > On 10/25/2008 09:51 PM Gaetano Giunta wrote: > >> Tobias Schlitt a écrit : >> >>> While working on the lock support I now dealt with purging of locks. >>> This part looks to be quite complex and would need to be done on almost >>> every request. It means v

Re: [Components] Webdav lock purging

2008-10-25 Thread Tobias Schlitt
Hi On 10/25/2008 09:51 PM Gaetano Giunta wrote: > Tobias Schlitt a écrit : >> While working on the lock support I now dealt with purging of locks. >> This part looks to be quite complex and would need to be done on almost >> every request. It means very much overhead and IMO should not be done in

Re: [Components] Webdav lock purging

2008-10-25 Thread Tobias Schlitt
Hi On 10/25/2008 09:10 PM Jérôme Renard wrote: > Tobias Schlitt a écrit : >> Hi! >> While working on the lock support I now dealt with purging of locks. >> This part looks to be quite complex and would need to be done on almost >> every request. It means very much overhead and IMO should not be d

Re: [Components] Webdav lock purging

2008-10-25 Thread Gaetano Giunta
Tobias Schlitt a écrit : > Hi! > > While working on the lock support I now dealt with purging of locks. > This part looks to be quite complex and would need to be done on almost > every request. It means very much overhead and IMO should not be done in > request processing itself. > > I'd suggest t

Re: [Components] Webdav lock purging

2008-10-25 Thread Jérôme Renard
Tobias Schlitt a écrit : > Hi! > > While working on the lock support I now dealt with purging of locks. > This part looks to be quite complex and would need to be done on almost > every request. It means very much overhead and IMO should not be done in > request processing itself. Can you please

[Components] Webdav lock purging

2008-10-25 Thread Tobias Schlitt
Hi! While working on the lock support I now dealt with purging of locks. This part looks to be quite complex and would need to be done on almost every request. It means very much overhead and IMO should not be done in request processing itself. I'd suggest to add a maintanance script to the Webda