On Apr 24, 2009, at 12:44 PM, s.ross wrote: > Is there a thread-safety issue in net/http that is causing results > to be stepped on? I can't say I know for sure, but I'm doubting it. > If that's the case, does a different approach suggest itself? Well, you can fork() processes instead of Threads, if your not on Windows. This would eliminate Thread safety concerns. You may have to work out some IPC issues though if each process can't work totally on its own. James Edward Gray II