Re: Need help to make synchronized GET request

I'm a newbie to Libwww, but I believe that
you can put a request object into blocking
mode using this:
  HTRequest_setPreemptive (request, YES);

Do this before calling LoadToChunk() or
LoadToFile(). 

--- Chi-Sheng Shih <CShih@msx.corp.altavista.com> wrote:
> Hi, everyone,
> 
> 	I am trying to find the function to make a synchronized, blocking,
> 	GET request. However, all I can find are asynchronized functions.
> 	For instance, LoadAbsolute() and LoadToFile().
> 
> 	Does anyone know how to make a blocking call?
> 	I have tried my best to find the answer on the web site and the
> archived
> 	mail, however, I still have no idea to how to do it.
> 
> 	Thanks,
> 	Chi-sheng
> 
> Chi-sheng Shih
> cshih@uiuc.edu
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

Received on Wednesday, 19 July 2000 10:05:41 UTC