Re: timeout in HTEvent_new

Mikhail Grouchinski wrote:
> 
> Why do we have timeout in HTEvent_new?
> Can it be 0?

A value of -1 is no timeout - you probably don't want to set it to 0.
You can see how this is used in the host object

	http://www.w3.org/Library/src/HTHost.c

If you use libwww for normal HTTP access then you want to let the host
obejct handle it and not use the events directly yourself.

For more information on timeouts, see

	http://www.w3.org/Library/User/Using/Timers.html

--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Friday, 11 December 1998 15:09:03 UTC