- From: Erik Selberg <speed@cs.washington.edu>
- Date: Sun, 04 Jun 1995 18:00:24 PDT
- To: www-lib@w3.org
I'm trying to do the following: Create n threads which load n different pages When each page is loaded, stores the data in one big structure When all n pages have been loaded into the structure, start doing some analysis. Obviously, I need a mutex around the structure, and some kind of barrier before I do that analysis. Does libwww support this, or am I going to be stuck doing this serially or playing with POSIX threads? Thanks, -Erik
Received on Sunday, 4 June 1995 21:00:31 UTC