Re: Connection Pooling with the python-riak-client

2012-01-24 Thread Michael Clemmons
Greg, You were correct, its doing a lookup on initialization(something I'll have to deal with next). Here is a traceback(cut off at app code) when a bad port is used: File "/home/mike/django/riak-python-client/riak/bucket.py", line 260, in get return obj.reload(r) File "/home/mike/django/r

Re: Connection Pooling with the python-riak-client

2012-01-24 Thread Greg Stein
On Tue, Jan 24, 2012 at 12:34, Michael Clemmons wrote: > Greg, > Your amazing thanks.  In my application its failing on the start of the > application, I do not believe while trying to do a request but its possible > let me grok and get back to you with some trace backs. Sounds good. I just looke

Re: Connection Pooling with the python-riak-client

2012-01-24 Thread Michael Clemmons
Greg, Your amazing thanks. In my application its failing on the start of the application, I do not believe while trying to do a request but its possible let me grok and get back to you with some trace backs. As far as Im aware to define more than one hostport with the client you still have to hack

Re: Connection Pooling with the python-riak-client

2012-01-23 Thread Greg Stein
On Fri, Jan 20, 2012 at 15:53, Michael Clemmons wrote: >... > I've decided to go back and cleanup that approach and reapply it to the > current master branch.  To my surprise I found that the ConnectionManager > supports multiple connections and has the tools to add and remove them. > Looking at t

Re: Connection Pooling with the python-riak-client

2012-01-20 Thread Sean Cribbs
Shuhao and Michael, I'm sorry I don't know the answer to your question, but please do not be discouraged! We (Basho engineering) are committed to bring the Python client up to speed within Q1 of this year, especially to make it have feature-parity with the official Java and Ruby clients. We are a

Re: Connection Pooling with the python-riak-client

2012-01-20 Thread Shuhao Wu
I'm not the people who are building this but I just want to comment on the subject. Riak-python-client is not being updated very frequently.. So I think your best shot right now is fork it as you wish and take a look at some other forks people have made and see what new things/fixes they have inclu

Connection Pooling with the python-riak-client

2012-01-20 Thread Michael Clemmons
Hey All, FIrst time on the list, so go easy. I've been working with the python-riak-client for a while and one of the biggest blockers has been its lack of connection pooling. Until recently the fork maintained at https://github.com/bretthoerner/riak-python-client has been sufficient for my needs