Re: [naviserver-devel] Cache is broken

2006-06-14 Thread Zoran Vasiljevic
Am 14.06.2006 um 12:12 schrieb Zoran Vasiljevic: One solution would be to really delete expired entry in Ns_CacheFindEntry() instead of just ExpireEntry(). This would salvage logic in Ns_CacheWaitCreateEntry(). Another solution would be to add new bit in the Entry structure marking the str

Re: [naviserver-devel] Cache is broken

2006-06-14 Thread Zoran Vasiljevic
Am 07.06.2006 um 16:29 schrieb Stephen Deasey: I don't have time to try and reproduce the problems from scratch, but I'd be happy to fix it if there's a couple of concise test cases. But I was forced to do so... (customer support)... Well, I have fixed that spurious "timeout waiting for upd

Re: [naviserver-devel] Cache is broken

2006-06-08 Thread Stephen Deasey
On 6/7/06, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: Am 07.06.2006 um 16:29 schrieb Stephen Deasey: > that some random installed version of the libraries are not used. > Otherwise, you wont be testing what you think you are. And the tests > get busted, as they are now... True. This is but th

Re: [naviserver-devel] Cache is broken

2006-06-07 Thread Zoran Vasiljevic
Am 07.06.2006 um 16:29 schrieb Stephen Deasey: that some random installed version of the libraries are not used. Otherwise, you wont be testing what you think you are. And the tests get busted, as they are now... True. This is but the case with all tests since the beginning *except* on Linux.

Re: [naviserver-devel] Cache is broken

2006-06-07 Thread Stephen Deasey
On 6/5/06, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: Am 05.06.2006 um 23:22 schrieb Vlad Seryakov: > Definitely, i just recompiled NS on working server with recent version > and started crashing on ns_cache. This is the showstopper. At the moment I had to comment-out certain (recent) changes

Re: [naviserver-devel] Cache is broken

2006-06-05 Thread Zoran Vasiljevic
Am 05.06.2006 um 23:22 schrieb Vlad Seryakov: Definitely, i just recompiled NS on working server with recent version and started crashing on ns_cache. This is the showstopper. At the moment I had to comment-out certain (recent) changes to get it working. But this is not a solution. I think St

Re: [naviserver-devel] Cache is broken

2006-06-05 Thread Vlad Seryakov
Definitely, i just recompiled NS on working server with recent version and started crashing on ns_cache. This is the showstopper. Zoran Vasiljevic wrote: Am 05.06.2006 um 04:36 schrieb Vlad Seryakov: Current cache implementation in naviserver is somewhat broken because with recent version i c

Re: [naviserver-devel] Cache is broken

2006-06-05 Thread Zoran Vasiljevic
Am 05.06.2006 um 04:36 schrieb Vlad Seryakov: Current cache implementation in naviserver is somewhat broken because with recent version i cannot run my app under ns_cache_ and event with old ns_cache module as well, i have crashes inside C level cache API, but i use only Tcl api. Something was

[naviserver-devel] Cache is broken

2006-06-04 Thread Vlad Seryakov
Hello, Current cache implementation in naviserver is somewhat broken because with recent version i cannot run my app under ns_cache_ and event with old ns_cache module as well, i have crashes inside C level cache API, but i use only Tcl api. Something was changed that influenced even ns_cache