Re: Just to be clear, cassandra is web framework agnostic b/c of Thrift?

2010-04-21 Thread Mark Greene
I'll try to test this out tonight. On Wed, Apr 21, 2010 at 1:07 PM, Jonathan Ellis jbel...@gmail.com wrote: There is a patch attached to https://issues.apache.org/jira/browse/CASSANDRA-948 that needs volunteers to test. On Sun, Apr 18, 2010 at 11:13 PM, Mark Greene green...@gmail.com wrote:

Just to be clear, cassandra is web framework agnostic b/c of Thrift?

2010-04-18 Thread S Ahmed
Just want to be clear, is it true that it really makes no difference if my web application is asp.net or java or python, since the way we communicate to Cassandra is via the Thrift generated interface? Obviously if you run asp.net on windows, it is probably a VERY good idea to be running

Re: Just to be clear, cassandra is web framework agnostic b/c of Thrift?

2010-04-18 Thread Joe Stump
On Apr 18, 2010, at 5:33 PM, S Ahmed wrote: Obviously if you run asp.net on windows, it is probably a VERY good idea to be running cassandra on a linux box. Actually, I'm not sure this is true. A few people have found Windows performs fairly well with Cassandra, if I recall correctly.

Re: Just to be clear, cassandra is web framework agnostic b/c of Thrift?

2010-04-18 Thread S Ahmed
Interesting, I'm just finding windows to be a pain, particular starting up java apps. (I guess I just need to learn!) How exactly would you startup Cassandra on a windows machine? i.e when the server reboots, how will it run the java -jar cassandar ? On Sun, Apr 18, 2010 at 7:35 PM, Joe Stump

Re: Just to be clear, cassandra is web framework agnostic b/c of Thrift?

2010-04-18 Thread Mark Greene
With the 0.6.0 release, the windows cassandra.bat file errors out. There's a bug filed for this already. There's a README or something similar in the install directory, that tells you the basic CLI operations and explains the basic data model. On Sun, Apr 18, 2010 at 11:23 PM, S Ahmed