3 Apr
2011
3 Apr
'11
8:11 p.m.
The only catch with it is you can't use auto-increment columns, so $SEQNUM or something would have to be used for an id.
Update, according to http://www.mysqlperformanceblog.com/2011/03/28/whats-up-with-handlersocket/ , HandlerSocket now supports auto-increment, which makes implementation a lot more straightforward.