LWP & threads....
Pete (petera@netstorm.net)
Fri, 30 Jul 1999 20:57:18 -0400
Question,
Ive been writing a program to pull down multiple pages from multiple
servers and place the output to a single file...
Now I have been using sockets and threads to pull them down at the same
time, but have been getting inconsistant results...
So I thought I would try to use LWP...
Is it possible to use threads with LWP? Everytime I try, whichever thread
is started first dumps to the file, but the second and third threads do
apparently nothing...
Now... pulling each file in sequence would work except for the fact of
cumulative time...
Is there a way to use lwp AND threads?
Pete