[Libevent-users] http: libevent vs many threads

2008-04-02 Thread Cezary Rzewuski
Hi, I'd like to ask if sending http requests with libevent is carried out in separate thread or is the library single-threaded? I want to use the library in a program which will visit many URL and download it's content. Is it good idea to use libevent or the classic solution with creating a

Re: [Libevent-users] http: libevent vs many threads

2008-04-02 Thread Robert Iakobashvili
Hi Cezary, On Wed, Apr 2, 2008 at 11:15 PM, Cezary Rzewuski [EMAIL PROTECTED] wrote: Hi, I'd like to ask if sending http requests with libevent is carried out in separate thread or is the library single-threaded? I want to use the library in a program which will visit many URL and download