I'm trying to write a small program in factor that requests multiple web
pages from a server. However, the server can take a substantial time
returning a page, so I'd like the requests to run concurrently.

A few tests with future and http-get seem to indicate that http-get
blocks, and as a result the requests are *not* handled concurrently.

Is there a way of running a large number (up to 100 or so) http GET
requests concurrently?

Apologies if this is the wrong place for questions like this. If there's 
somewhere else I should go, please let me know where!

Thanks,
Paul.


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to