Adam
3f3657a9eb
Fixed windows build
2011-08-27 21:11:01 -04:00
Adam
e9ce53fe88
Use getrlimit instead of ulimit, fixes freebsd build of poll()
2011-08-09 17:25:22 -04:00
Adam
2ba97aee6c
Ignore EINTR error from poll()
2011-01-08 03:35:04 -05:00
Adam
4403849126
Added db_mysql_live which allows Anope to pull data
...
from the four main SQL tables in realtime, which
effectively gives us "live" SQL.
Changed eventfd pipe engine to not use buffered write.
Added TryLock to threading engines.
Made blocking SQL queries in our SQL API thread-safe.
2011-01-07 15:57:13 -05:00
Adam
fce491e18c
Made socket engine stop processing once all sockets have been checked
2010-12-27 00:41:04 -05:00
Adam
87d0fc8bb5
Fixed poll engine to not reorder sockets if we remove the last socket because there is no need
2010-12-26 20:15:54 -05:00
Adam
befb4b3644
Made the default socket poller use poll() because it is supported on most platforms
2010-12-24 01:22:07 -05:00