|
From: Jose N. <jo...@mo...> - 2002-11-12 17:18:04
|
On Tue, 12 Nov 2002, Rick Wash wrote: > char volitile *key; actually the standard says this can be ignored, IIRC. hence, it can be optimized away. gcc 3.2 does, for example. as for libevent: we use it at work to avoid being multithreaded and use it to handle a shit ton of data. scaling problems are typically not a problem. ___________________________ jose nazario, ph.d. jo...@mo... http://www.monkey.org/~jose/ |