You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by kh jo <jo...@yahoo.com> on 2011/01/14 19:36:18 UTC

phpcassa never return(infinite loop)?!!!

I am trying to use phpcasse


 I use the following example 
 CassandraConn::add_node('localhost', 9160);

 $users = new CassandraCF('rhg', 'Users'); // ColumnFamily

 $users->insert('1', array('email' => 't...@example.com', 'password' =>

 'test')); 
 when I run it, it never returns,,, and apache process eats 100% CPU 
 I am using cassandra 0.7

any idea why this happens?

thanks



      

Re: phpcassa never return(infinite loop)?!!!

Posted by Tyler Hobbs <ty...@riptano.com>.
Answered in the phpcassa ML here:

http://groups.google.com/group/phpcassa/browse_thread/thread/2771112a323860f7

- Tyler

On Fri, Jan 14, 2011 at 12:36 PM, kh jo <jo...@yahoo.com> wrote:

> I am trying to use phpcasse
>
> I use the following example
>
>
> CassandraConn::add_node('localhost', 9160);
> $users = new CassandraCF('rhg', 'Users'); // ColumnFamily
> $users->insert('1', array('email' => 't...<http://groups.google.com/groups/unlock?_done=/group/phpcassa/browse_thread/thread/2771112a323860f7&msg=6036f4324755a72e>
> @example.com', 'password' =>
> 'test'));
>
>
> when I run it, it never returns,,, and apache process eats 100% CPU
>
>
> I am using cassandra 0.7
>
> any idea why this happens?
>
> thanks
>
>