Files
deb-python-cassandra-driver/cassandra
Tyler Hobbs 232b74e7a3 Libev performance, safety, and error handling improvements
This commit does several things:
 * check for LIBEV_ERROR flags on read and write notifications.
   (Typically socket.recv() or socket.send() will error correctly,
    but it's safer to also check for this flag in multithreaded
    environments.)
 * Use a separate lock for maniuplating the queue of pending
   messages to be sent
 * Notify the event loop of watcher changes more frequently in
   order to avoid waiting to execute pending events
2013-11-06 15:12:17 -06:00
..
2013-10-09 17:30:11 -05:00
2013-10-24 13:07:01 -05:00
2013-11-06 14:28:20 -06:00