Re: [naviserver-devel] Writer Thread proposal

2006-01-12 Thread Vlad Seryakov
I did some preliminary coding and it works and the speed of downloading 2 simultaneous huge files are the same on average with current model, test are not very usefull because i tested on one computer only. I am attaching 2 files that i modified but more though and work should be done, current

Re: [naviserver-devel] Writer Thread proposal

2006-01-12 Thread Zoran Vasiljevic
Am 12.01.2006 um 09:55 schrieb Gustaf Neumann: the recent discussion was however, to generalize this further and use such thread for sending and receiving, thus the proposed name "spooling-thread". Having such specialized thread as part of the server is great gain (no external modules, optim

Re: [naviserver-devel] Writer Thread proposal

2006-01-12 Thread Gustaf Neumann
Vlad Seryakov wrote: Hi, I have another idea for you to check: Will it be usefull to have special writer thread that will send multiple files in async mode to multiple clients. For example if i serve big ISO or movie files and have many connections, currently they all use conn thread for al

Re: [naviserver-devel] Writer Thread proposal

2006-01-12 Thread Zoran Vasiljevic
Am 12.01.2006 um 05:19 schrieb Vlad Seryakov: I have another idea for you to check: :-) Will it be usefull to have special writer thread that will send multiple files in async mode to multiple clients. For example if i serve big ISO or movie files and have many connections, currently