the php team is very stringent about response times, i will see if we can do a node js web service or some form of inter process communication setup between php <==> python to achieve this, thanks for the idea.
On Fri, Apr 10, 2015 at 7:13 PM, Michael Dykman <mdyk...@gmail.com> wrote: > Somewhat over a year ago, I set out to address the exact same issue for > our high-traffic PHP site. After several failed attempts, I tried to wrap > the C++ driver (as it was then) in extern "C" wrappers before I gave up > when I realized the driver was pre-alpha. The current implementation > provides C bindings out of the box but it relative immaturity still makes > it look like too much of a risk. > > Ultimately, we set up a web service (json in/json out) written in Java > which uses the datastax Java driver to accommodate our PHP's cassandra > needs. An arbitrary number of parameterized queries can be passed to the > service which runs those queries in parallel and the result is both > reliable and very fast. I don't think it would be easy (or even possible) > for a PHP implementation to take advantage of the async interface which is > where most of the performance gain is to be had. > > > > On Fri, Apr 10, 2015 at 8:47 AM, Anishek Agarwal <anis...@gmail.com> > wrote: > >> Hello, >> >> As part of using this for our project one of our teams need PHP driver >> for cassandra. the datastax page says its in ALPHA, is there some release >> candidate that people have used or any way to get this working with PHP ? >> >> Thanks >> Anishek >> > > > > -- > - michael dykman > - mdyk...@gmail.com > > May the Source be with you. >