Re: Thrift + PHP: help!

2010-08-31 Thread Juho Mäkinen
I've now refactored my code and uploaded it to http://opensource.dynamoid.com (direct link to class: http://opensource.dynamoid.com/files/cassandrawrapper.inc.gz) All feedback is appreciated. - Juho Mäkinen >>> On Mon, Aug 30, 2010 at 3:48 PM, Mike Peters >>>  wrote: Juho, do you min

Re: Thrift + PHP: help!

2010-08-30 Thread Juho Mäkinen
on, Aug 30, 2010 at 3:48 PM, Mike Peters >>  wrote: >>> >>> Juho, do you mind sharing your implementation with the group? >>> >>> We'd love to help as well with rewriting the thrift interface, >>> specificaly >>> TSocket.php which seems t

Re: Thrift + PHP: help!

2010-08-30 Thread Mike Peters
+Cassandra+with+PHP -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Thrift-PHP-help-tp5437314p5478057.html Sent from the cassandra-u...@incubator.apache.org mailing list archive at Nabble.com.

Re: Thrift + PHP: help!

2010-08-30 Thread Juho Mäkinen
o be where the majority of the problems are > lurking. > > Has anyone tried compiling native thrift support as described here > https://wiki.fourkitchens.com/display/PF/Using+Cassandra+with+PHP > https://wiki.fourkitchens.com/display/PF/Using+Cassandra+with+PHP > -- > View this me

Re: Thrift + PHP: help!

2010-08-30 Thread Mike Peters
https://wiki.fourkitchens.com/display/PF/Using+Cassandra+with+PHP https://wiki.fourkitchens.com/display/PF/Using+Cassandra+with+PHP -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Thrift-PHP-help-tp5437314p5478057.html Sent from the cassan

Re: Thrift + PHP: help!

2010-08-22 Thread Juho Mäkinen
I have had to build a wrapper around php thrift calls which automatically retry the cassandra thrift operation in case there was a failure. It's not a proper sollution, but it has worked in our case well enough to be reliable. Of course it would be nice if I wouldn't need such ugly hack. - Garo

Re: Thrift + PHP: help!

2010-08-19 Thread Dave Viner
I am a user of the perl api - so I'd like to lurk in case there are things that can benefit both perl & php. Dave Viner On Wed, Aug 18, 2010 at 1:35 PM, Gabriel Sosa wrote: > I would like to help with this too! > > > On Wed, Aug 18, 2010 at 5:15 PM, Bas Kok wrote: > >> I have some experience

Re: Thrift + PHP: help!

2010-08-18 Thread Gabriel Sosa
I would like to help with this too! On Wed, Aug 18, 2010 at 5:15 PM, Bas Kok wrote: > I have some experience in this area and would be happy to help out as well. > -- > Bas > > > On Wed, Aug 18, 2010 at 8:26 PM, Dave Gardner wrote: > >> I'm happy to assist. Having a robust PHP implementation wou

Re: Thrift + PHP: help!

2010-08-18 Thread Bas Kok
I have some experience in this area and would be happy to help out as well. -- Bas On Wed, Aug 18, 2010 at 8:26 PM, Dave Gardner wrote: > I'm happy to assist. Having a robust PHP implementation would help us > greatly. > > Dave > > On Wednesday, August 18, 2010, Jeremy Hanna > wrote: > > As Jon

Re: Thrift + PHP: help!

2010-08-18 Thread Dave Gardner
I'm happy to assist. Having a robust PHP implementation would help us greatly. Dave On Wednesday, August 18, 2010, Jeremy Hanna wrote: > As Jonathan mentioned in his keynote at the Cassandra Summit, the thrift + > php has some bugs and is maintainerless right now. > > Is there anyone out there

Thrift + PHP: help!

2010-08-18 Thread Jeremy Hanna
As Jonathan mentioned in his keynote at the Cassandra Summit, the thrift + php has some bugs and is maintainerless right now. Is there anyone out there in the Cassandra community that is adept at PHP that could help out with the thrift + php work? It would benefit all who use Cassandra with PH