Re: [naviserver-devel] test suite

2006-09-13 Thread Vlad Seryakov
fixed but still that encoding/chunked patch breaks a lot of tests Zoran Vasiljevic wrote: This seem rather broken: Tests ended at Wed Sep 13 19:50:31 CEST 2006 all.tcl:Total 748 Passed 567 Skipped 5 Failed 176 Sourced 43 Test Files. Files with failing tests: cookies

Re: [naviserver-devel] ns_proxy crash

2006-09-13 Thread Vlad Seryakov
No hurry, i am doing this the old-fashioned way using ns_thread for now but ns_job-like way of handling proxies would be nice Zoran Vasiljevic wrote: On 13.09.2006, at 21:52, Vlad Seryakov wrote: ok, for example i schedule encoder ns_proxy configure channel1 -minslaves 0 -maxslaves 1 set h [

Re: [naviserver-devel] ns_proxy crash

2006-09-13 Thread Zoran Vasiljevic
On 13.09.2006, at 21:52, Vlad Seryakov wrote: ok, for example i schedule encoder ns_proxy configure channel1 -minslaves 0 -maxslaves 1 set h [ns_proxy get channel1] ns_proxy send $h "/usr/bin/mencoder " now proxy is running and pool channel1 is taken, in another thread i cannot just issue

Re: [naviserver-devel] ns_proxy crash

2006-09-13 Thread Vlad Seryakov
ok, for example i schedule encoder ns_proxy configure channel1 -minslaves 0 -maxslaves 1 set h [ns_proxy get channel1] ns_proxy send $h "/usr/bin/mencoder " now proxy is running and pool channel1 is taken, in another thread i cannot just issue ns_proxy get channel1, it will hang. I can ru

Re: [naviserver-devel] ns_proxy crash

2006-09-13 Thread Zoran Vasiljevic
On 13.09.2006, at 16:45, Vlad Seryakov wrote: Can nsproxy be extended to be able to kill any particular process without issuing nsproxy get first, get hangs if no available process are in the pool. It would be nice to be able to query how many are running and be able to kill by pid or na

[naviserver-devel] Relesase Build Problem

2006-09-13 Thread Ian Harding
I downloaded the tarballs from sourceforge, and there seem to be a couple things missing. The contrib directory is not present, and sample-config.tcl does not exist. Other than that, things seem to go OK... --- for i in contrib/nsd.tcl contrib/mimetypes.tcl sample-config.tcl; do \

[naviserver-devel] test suite

2006-09-13 Thread Zoran Vasiljevic
This seem rather broken: Tests ended at Wed Sep 13 19:50:31 CEST 2006 all.tcl:Total 748 Passed 567 Skipped 5 Failed 176 Sourced 43 Test Files. Files with failing tests: cookies.test encoding.test errordoc.test http.test http_byteranges.test http_chunked.test ns_adp_

[naviserver-devel] ns_proxy is still broken

2006-09-13 Thread Zoran Vasiljevic
Hi! Apologize for this but the ns_proxy still has some issues I've found after examining the core that Vlad sent yesterday. I'm working on that now... Cheers, Zoran

Re: [naviserver-devel] ns_proxy crash

2006-09-13 Thread Vlad Seryakov
The other night i was trying to use nsproxy for long running processes, like encoding with ability to work with them like ns_job queues, define min. max, submit in the background, check who is running, kill if have to. Can nsproxy be extended to be able to kill any particular process without i

Re: [naviserver-devel] ns_proxy crash

2006-09-13 Thread Zoran Vasiljevic
On 13.09.2006, at 04:55, Vlad Seryakov wrote: Had ns_proxy running, typed in nscp ns_shutdown and nsd crahsed Eh... this is true. In the attempt to cleanup as much as possible I prematurely cleaned a pool having references to it. Actually, pools still having references to them should not be t