Re: multithread in libwww
Alex Woo-Hyun Kim <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <[email protected]> |
I think that libwww had not been considered about programming using multithreads. Example of, HTAnchor is very useful and flexible module but there are many global variables and structures in the module. So there would be some conflicts and side-effects on being cooperated with multi-threads and failed on some part.