SV: [Owfs-developers] Timeout again

2006-02-19 Thread Christian Magnusson
BTW: Does this timeout and ping packets take care of read/write commands that take long time to execute? For example, ow_2433.c:OW_w_mem() will call BUSLOCK()/BUSUNLOCK() three times during the write progress (+ BUSLOCK in bus_reset). This will probably delay the execution length since it could

Re: SV: [Owfs-developers] Timeout again

2006-02-19 Thread Paul Alfille
On Sunday 19 February 2006 04:18 am, Christian Magnusson wrote: BTW: Does this timeout and ping packets take care of read/write commands that take long time to execute? For example, ow_2433.c:OW_w_mem() will call BUSLOCK()/BUSUNLOCK() three times during the write progress (+ BUSLOCK in

SV: SV: [Owfs-developers] Timeout again

2006-02-19 Thread Christian Magnusson
I have looked a bit on your new updates, and I'm trying to verify that it works for the linksys routers at least. My first try seemed successful, and I will continue to run the latest cvs this night and see if it crash or hangs. It seems to be very slow response-time now, but I'll tell you more

Re: SV: SV: [Owfs-developers] Timeout again

2006-02-19 Thread Paul Alfille
On Sunday 19 February 2006 02:07 pm, Christian Magnusson wrote: It seems to be very slow response-time now, but I'll tell you more about my experience when it has been running for some more time. Yes the response times seem a little slow. Strange, since I eliminated an unneeded ServerPresence

SV: SV: SV: [Owfs-developers] Timeout again

2006-02-19 Thread Christian Magnusson
Paul Alfille Skickat: den 19 februari 2006 20:25 Till: owfs-developers@lists.sourceforge.net Ämne: Re: SV: SV: [Owfs-developers] Timeout again On Sunday 19 February 2006 02:07 pm, Christian Magnusson wrote: It seems to be very slow response-time now, but I'll tell you more about my experience when

SV: [Owfs-developers] Timeout

2006-02-13 Thread Christian Magnusson
The problem is in ow_server.c:ServerDir() (for example) where ToServer() usually returns VERY quick and the request is put in a queue to be executed on the remote-server. If there are 10 different read requests to /1wire/uncached/10.x/temperature from 10 different remote-clients, then it

Re: SV: [Owfs-developers] Timeout

2006-02-13 Thread Paul Alfille
On Monday 13 February 2006 12:28 pm, Christian Magnusson wrote: The problem is in ow_server.c:ServerDir() (for example) where ToServer() usually returns VERY quick and the request is put in a queue to be executed on the remote-server. If there are 10 different read requests to

Re: SV: [Owfs-developers] Timeout

2006-02-13 Thread Paul Alfille
Yup, 2 seconds works. Paul On Monday 13 February 2006 12:28 pm, Christian Magnusson wrote: The problem is in ow_server.c:ServerDir() (for example) where ToServer() usually returns VERY quick and the request is put in a queue to be executed on the remote-server. If there are 10 different