Re: DLL question
- Posted by C Bouzy <EUCoder at hotmail.com> Jul 12, 2006
- 651 views
Hallvard Ystad wrote: > > ..except that I don't wish to use async http, because my requests are done > from > within a CGI script. Once I start waiting for an async http port, my cgi > script > finishes and dies before I get the response. > What? The fact it is async will not affect what you want to do. I have used this in quite a few apps, and it will do exactly what you want effectively. I have used it with both CGI and PHP scripts with no problem. Isn't all browsers async anyway? I am not seeing what the problem is. ----C Bouzy ----If you continue to do what you have always done, you will get what you have always gotten.----