Letractively / tgiframework

Automatically exported from code.google.com/p/tgiframework
0 stars 0 forks source link

Migrate to memcached #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
<http://pecl.php.net/package/memcached?

- add php-memcached to the install
- write memcache handler to bind to memcached
- integrate callabcks into
<http://us2.php.net/manual/en/memcached.callbacks.php>
- upgrade old memcache and memcachedsj26

Original issue reported on code.google.com by tyc...@gmail.com on 28 Apr 2009 at 5:14

GoogleCodeExporter commented 8 years ago
Also see http://gravitonic.com/2009/01/new-memcached-extension

Original comment by tyc...@gmail.com on 28 Apr 2009 at 5:15

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
also consider session.savehandler update
(note that the session.savepath chagnes also)

Original comment by tyc...@gmail.com on 28 Apr 2009 at 5:17

GoogleCodeExporter commented 8 years ago
Note that memcached has a rather robust multi-server support ("ByKey" appended 
to
everything), so marshalling can be done (thought it’ll be a little tricky).

To ensure backward compatibility, you're going to have to write a userspace
Memcached::getServerByKey()

Original comment by tyc...@gmail.com on 28 Apr 2009 at 5:29

GoogleCodeExporter commented 8 years ago
The previous is memcached_server_by_key() in C

Original comment by tyc...@gmail.com on 28 Apr 2009 at 5:31

GoogleCodeExporter commented 8 years ago
http://tangent.org/552/libmemcached.html

Original comment by tyc...@gmail.com on 28 Apr 2009 at 5:36

GoogleCodeExporter commented 8 years ago
http://www.burtleburtle.net/bob/hash/doobs.html

Original comment by tyc...@gmail.com on 28 Apr 2009 at 5:51