> How can I program threads with AOLserver?
> Say, I would like to fetch several pages simultaniously.

You mean you want to ns_httpget several URLs simultaneously?  You could
spawn threads for each using ns_thread.  I would recommend using my
dqd_threadpool module instead.
http://dqd.com/~mayoff/aolserver/#dqd_threadpool

Reply via email to