Re: [naviserver-devel] naviserver ChangeLog,1.787,1.788

2008-08-28 Thread Stephen Deasey
On Fri, Aug 29, 2008 at 2:12 AM, Vlad Seryakov <[EMAIL PROTECTED]> wrote: >>> +* tests/http_byteranges.test: Add a couple of tests for ranges on >>> +larger files to exercise the file descriptor path rather than the >>> +in memory mmap or cache path. Unfortunately, this actually >>> +

Re: [naviserver-devel] naviserver ChangeLog,1.787,1.788

2008-08-28 Thread Vlad Seryakov
And sent email without finishing the thought :-)) Maybe parsing for range should done early enough and saved in the request, so whoever then will be sending data will use it. Just a thought from east coast :-)) Vlad Seryakov wrote: >> +* tests/http_byteranges.test: Add a couple of tests for

Re: [naviserver-devel] naviserver ChangeLog,1.787,1.788

2008-08-28 Thread Vlad Seryakov
> + * tests/http_byteranges.test: Add a couple of tests for ranges on > + larger files to exercise the file descriptor path rather than the > + in memory mmap or cache path. Unfortunately, this actually > + triggers the writer thread and this has no support of ranges, > + which

Re: [naviserver-devel] Log rolling error

2008-08-28 Thread Vlad Seryakov
Seems to be working on my side, regardless of path. Are there any other errors in the log? Daniel Stasinski wrote: > I've noticed that when I install to the non-default directory, log > rolling seems to fail. Before I start digging, anyone else have any > simple fix? > > Daniel > > [26/Aug/2

[naviserver-devel] Log rolling error

2008-08-28 Thread Daniel Stasinski
I've noticed that when I install to the non-default directory, log rolling seems to fail. Before I start digging, anyone else have any simple fix? Daniel [26/Aug/2008:08:00:00][7928.b7549b90][-sched-] Error: nslog: failed: roll '/home/nsadmin/naviserver/servers/myserver/modules/nslog/access.lo

Re: [naviserver-devel] Bug in fastpath cache causes info leak

2008-08-28 Thread Stephen Deasey
On Thu, Aug 28, 2008 at 9:52 PM, Vasiljevic Zoran <[EMAIL PROTECTED]> wrote: > > On 21.08.2008, at 21:06, Stephen Deasey wrote: > >> You used to have to manually edit the makefile to disable zippy. Is >> this still the case? >> >> Perhaps the Tcl default should be to use the system allocator even o

Re: [naviserver-devel] Bug in fastpath cache causes info leak

2008-08-28 Thread Vasiljevic Zoran
On 21.08.2008, at 21:06, Stephen Deasey wrote: > You used to have to manually edit the makefile to disable zippy. Is > this still the case? > > Perhaps the Tcl default should be to use the system allocator even on > threaded builds, and to provide a configure switch to enable zippy. > Zoran, you

Re: [naviserver-devel] Last build, cache test failure

2008-08-28 Thread Stephen Deasey
On Tue, Aug 26, 2008 at 11:36 PM, Vlad Seryakov <[EMAIL PROTECTED]> wrote: > I spent a lot of time and still cannot resolve the problem with latest > version ns_cache test failure. > > One problem i noticed with latest Tcl 8.5.4, in crashes nsd in thread > test in 64bit and hangs forever in 32bit L