=) 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(
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
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(
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