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 <jo80la...@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 > >