Big change, we use poll() now instead of select()
authorBrian Aker <brian@tangent.org>
Fri, 19 Oct 2007 22:18:10 +0000 (15:18 -0700)
committerBrian Aker <brian@tangent.org>
Fri, 19 Oct 2007 22:18:10 +0000 (15:18 -0700)
commit686192d8ff24bcc24d3ea9d1aa49373fb2bb198c
treee97d056bc5e852881ca54932b1d6097e6a84651f
parent02c35e9f14dddc82c86f246002b91bf8e25cbaa3
Big change, we use poll() now instead of select()

1) It is faster.
2) I think this means bye bye to the random write failure.

Difference?

select():
Testing user_supplied_bug1                                       3.512 [ ok ]
Testing user_supplied_bug2                                       3.461 [ ok ]

poll():
Testing user_supplied_bug1                                       1.324 [ ok ]
Testing user_supplied_bug2                                       1.303 [ ok ]

This commit also update variables for next release.
ChangeLog
configure.in
lib/memcached_io.c
support/libmemcached.spec