Re: [Owfs-developers] Read timeouts with owphp

2009-02-08 Thread Roberto Spadim
=) you're welcome 2009/2/8 Mark Cheeseman > Roberto Spadim wrote: > > are you using ownet or owphp? > > on ownet settimeout just change sock_*, stream_*, fread, fwrite, f* > > functions timeout, nothing on owserver is changed, and to know how many > > time should php wait for owserver (on while(

Re: [Owfs-developers] Read timeouts with owphp

2009-02-08 Thread Mark Cheeseman
Roberto Spadim wrote: > are you using ownet or owphp? > on ownet settimeout just change sock_*, stream_*, fread, fwrite, f* > functions timeout, nothing on owserver is changed, and to know how many > time should php wait for owserver (on while(1){} loops) Sorry - it's ownet, not owphp. I had for

Re: [Owfs-developers] Read timeouts with owphp

2009-02-05 Thread Roberto Spadim
are you using ownet or owphp? on ownet settimeout just change sock_*, stream_*, fread, fwrite, f* functions timeout, nothing on owserver is changed, and to know how many time should php wait for owserver (on while(1){} loops) check source code: $this->link=...@stream_socket_client(

[Owfs-developers] Read timeouts with owphp

2009-02-04 Thread Mark Cheeseman
Hi all, I'm having trouble setting read timeouts in owphp. Whether I use ow->setTimeout($timeout=x) or set $timeout in the OWNet invocation, I get the correct value back from ow->getTimeout(), but it doesn't make any noticeable difference when reading from a couple of slow devices I'm trying t