I want to control limit of possible libevent-http connections per process.
How can i do that ?
I didn't found any info in documentation, please help!
I think that if i didn't limit number of connections - system can crash. Project is very high load.
ev_base = event_init();
ev_http = evhttp_new(ev_base);
// limit http connections here... how can i do that?