Re: [Twisted-Python] Memcache client issues

2009-12-18 Thread Reza Lotun
Hi Drew, > Please proceed with utmost caution if you choose to use tx.memcache - I > wrote this for a small utility script for a project that got axed, and I'm > not using memcache for any production apps now.  So, due to it not being > fully complete, tested in production, or even unit tested, ex

Re: [Twisted-Python] Memcache client issues

2009-12-18 Thread Drew Smathers
On Wed, Dec 16, 2009 at 2:34 PM, MārisR wrote: > Hello! > I'm trying to write small tcp server, which doing some stuff with memcache. > Everything was fine until I start it on production, after few minutes I got > to rollback to old one. My script got max open files limit :( After liitle > inspe

Re: [Twisted-Python] Memcache client issues

2009-12-18 Thread Drew Smathers
On Thu, Dec 17, 2009 at 5:17 AM, Reza Lotun wrote: > Hi, > > You might want to take a look at the txmemcache project: > https://launchpad.net/tx.memcache > > Please proceed with utmost caution if you choose to use tx.memcache - I wrote this for a small utility script for a project that got axed,

Re: [Twisted-Python] Memcache client issues

2009-12-17 Thread Reza Lotun
Hi, You might want to take a look at the txmemcache project: https://launchpad.net/tx.memcache Keep in mind that it might be more useful to use the server hash function used in python-memcache/cmemcache: http://www.tummy.com/Community/software/python-memcached/ Reza -- Reza Lotun mobile: +44

[Twisted-Python] Memcache client issues

2009-12-16 Thread MārisR
Hello! I'm trying to write small tcp server, which doing some stuff with memcache. Everything was fine until I start it on production, after few minutes I got to rollback to old one. My script got max open files limit :( After liitle inspection, I saw that, new connection to my daemon opens new