Posted by C. on 12/15/05 14:46
Creating your own HTTP stack is not trivial, although it is the only
way to solve certain types of problem (not this one though). Having
said that I did it and it run approximately 10x faster than starting up
an instance of the curl program (similar to wget).
The fastest and simplest solution is to use the libcurl extension.
If you need to be able to handle redirection and cookies, IIRC there is
a project on Sourceforge called snoopy which might serve you better.
HTH
C.
[Back to original message]
|