Best unofficial Apache Server developers community |
| |||||
| Feb 8, 2012 | |||||
|
Chinatian |
|
||||
| Tags: | |||||
|
Python client for Redis October 26, 2010 02:23:11 AM Hi, Is redis-py a pure Python client or is it a wrapper around a C library? Does it support asynchronous access to Redis? Thanks Python client performance issue February 14, 2011 07:09:51 AM I added some code to my system to test writing data into Riak. I'm using the Python client library with protocol buffers. I'm writing a snapshot of my current data, which is one json object containing on average 60 individual json sub-objects. Each… Created] (ZOOKEEPER-1146) significant regression in client (c/python) performance August 4, 2011 12:22:53 PM significant regression in client (c/python) performance Re: Redis client performance, threading, eventing, pipelining etc May 26, 2011 01:29:07 PM On 26 Maj, 19:50, Josiah Carlson <josiah.c### @gmail.com> wrote: > On Thu, May 26, 2011 at 2:31 AM, MJ <janss### @gmail.com> wrote: > > > Well, as you say, it's likely to be network bound. Removing the socket > >… Redis client performance, threading, eventing, pipelining etc May 25, 2011 08:02:23 AM Hi, Just wrote another post regarding storage structure in Redis. Now, assume I have "the ultimate structure" set up. From a performance POV, I need "the ultimate client" implementation. I'm developing an application which handles "requests", and… Issue 611 in redis: redis get config dir will hang a client forever if the internal redis call to ge July 26, 2011 11:03:54 PM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 611 by mlev### @gmail.com: redis get config dir will hang a client forever if the internal redis call to getcwd command fails… Issue 373 in redis: redis 2.0 sub/pub problem(python) November 11, 2010 06:04:04 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 373 by zhoubols1988: redis 2.0 sub/pub problem(python) http://code.google.com/p/redis/issues/detail?id=373 my python scripts use redis2.0 sub/pub, server :xxx.xxx.xxx.100… Updated: (AVRO-548) Python client should handle CLIENT handshake match status correctly June 1, 2010 12:07:40 PM [ https://issues.apache.org/jira/browse/AVRO-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Hammerbacher updated AVRO-548: Updated: (AVRO-548) Python client should handle CLIENT handshake match status correctly June 1, 2010 11:53:39 AM [ https://issues.apache.org/jira/browse/AVRO-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Hammerbacher updated AVRO-548: cassandra + avro | python client vs java client October 27, 2010 12:00:25 PM Hey all, I have Cassandra 0.7 (nightly build from halfway September) running on one test machine with the avro interface. The node holds about 16mm values across 10k keys. As a simple test I ran 2 test queries from a client, one query where I ask… Issue 593 in redis: Redis hits Assertion Failed with Jedis 2.0.0 and another client in brpoplpush lo June 22, 2011 05:18:18 PM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 593 by kevin.clark: Redis hits Assertion Failed with Jedis 2.0.0 and another client in brpoplpush loop http://code.google.com/p/redis/issues/detail?id=593 2.2.{9,10} on OSX… Issue 504 in redis: redis-cli should remember selected database to recover from client idle timeouts April 1, 2011 07:17:10 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 504 by matt.g### @gmail.com: redis-cli should remember selected database to recover from client idle timeouts http://code.google.com/p/redis/issues/detail?id=504 What… Issue 478 in redis: Unable to connect redis running on fedora 14 linux from windows client March 5, 2011 01:49:58 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 478 by lamus### @gmail.com: Unable to connect redis running on fedora 14 linux from windows client http://code.google.com/p/redis/issues/detail?id=478 I'm using redis 2.2.1… Python ORM for Redis January 30, 2012 01:53:32 PM I've just uploaded the simple Python ORM for Redis code at Github. https://github.com/d5/redis-model If you're interested in, please visit and look around. Issue 611 (redis get config dir will hang a client forever if the internal redis call to getcwd comm July 27, 2011 01:53:14 AM Hi, This is a pretty simple bug in the operation of config get. I have created an issue here: http://code.google.com/p/redis/issues/detail?id=611 I branched the master on github with a fix. The fix returns an error message to the client if the… python redis error January 5, 2011 11:24:25 AM I am getting the following error while running redis along with celery framework. Is the python redis is a thread safe? [2011-01-05 09:15:51,603: ERROR/PoolWorker-5] [stacked.tasks.tasks.single_topic_downloader9(37e211b7-a237-4267-… Big difference in performance between Python and gcc June 1, 2011 03:46:58 AM Hi Roger, thank for your answer. I tried to modify programs to match your suggestion, performances improved but are still far from pyhon's ones. (Sorry if this message starts a different thread but i had forwards of single messages disabled so i… Big difference in performance between Python and gcc June 1, 2011 02:25:13 AM Hello, I made some preliminary tests for an application storing big chunks of data in a sqlite database. I did firsts tests with python and they gave me quite impressive results. I then tried to make the same test using C. I expected to get… Issue 589 in redis: how do I commit my c++ redis client? June 19, 2011 08:33:46 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 589 by 4954### @qq.com: how do I commit my c++ redis client? http://code.google.com/p/redis/issues/detail?id=589 I finish some function base on current c++ redis client:… Issue 619 in redis: Redis 2.4 client for java August 2, 2011 03:47:01 AM Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 619 by sona### @gmail.com: Redis 2.4 client for java http://code.google.com/p/redis/issues/detail?id=619 What version of Redis you are using, in what kind of Operating System?… Django-Piston and Python Client Vs Java Client March 11, 2011 Hi, I've built a web service using Django-Piston that allows for POST and GET requests. As part of testing I wrote a quick Python script. Using the… Redis structure, performance April 14, 2011 i am newbie on redis, as i know redis got string, hash, link, set, and sorted set, my case is, nw i might got several million of member id and email… Redis performance issues? April 18, 2011 Hello all, I was trying to put some heavy load on my Redis for testing purposes and find out any upper limits. First I loaded it with 50,000 and… Can't run redis-node-client test code December 18, 2010 Hi, I downloaded node.js (.3), redis (2.0.4), and redis-node-client (git clone). When I start the redis server in one window, then go to the… Redis client library recommendations for use from Scala February 2, 2011 I'm planning some work with a Redis instance from Scala and am looking for recommendations on what client library to use. Ideally I'd like a library… Redis performance, store json object as a string April 20, 2011 I need to save a User model, something like: { "nickname": "alan", "email": ..., "password":..., ...} // and a couple of other fields Today, I use a… Connecting directly to Redis with (client side) javascript? June 10, 2011 Is there a way to directly connect to Redis using client side (not Node.js) javascript? I'm already using Node.js + PHP + Redis + Socket.io (for the… Redis: does separate database improve performance for KEYS and SORT April 14, 2011 Does separate database improve performance for KEYS and SORT? Real-time application newbie - Node.JS + Redis or RabbitMQ -> client/server how? May 29, 2011 Hello, I am a newbie to real-time application development and am trying to wrap my head around the myriad options out there. I have read as many… Python/Redis Multiprocessing December 14, 2010 I'm using Pool.map from the multiprocessing library to iterate through a large XML file and save word and ngram counts into a set of three redis… I'm considering Redis backed web application, but I'm not sure about the hardware requirements for Redis, or really precisely how Redis "works"? March 4, 2011 I'm new to Redis, as in... I'm really not sure how it works. But I'm considering it for a web app with a relatively uncomplicated data structure… Python & Redis: Manager/Worker application best practices June 16, 2011 I have a few general questions about using Python and Redis to create a job queue application for running asynchronous commands. Here is the code I… Many "ConnectionError: Socket closed on remote end" with Redis+Python June 22, 2011 Using last stable version of Redis for one Django-project and have many errors: "ConnectionError: Socket closed on remote end". Every ~10-20… How can I optimize SSL session so I can reuse it later (if needed) to improve Client Server performance March 16, 2011 I have a server running on Windows Azure here with a large key (link is intended to demonstrate large key in SSL cert). Based on this Security.SE… Does this cause a MongoDB performance issue (when doing the `limit` on the client-side by 'breaking' the `cursor`)? May 9, 2011 Though this has nothing to do with PHP specifically, I use PHP in the following examples. Let's say this is the 'normal' way of limiting results.… High performance SSL client with connection pooling session caching etch on Windows March 15, 2011 Hi there, I'm looking for a fast SSL socket client basically talks SSL with remote service and I need features like connection pooling/limiting so… Python html2text regex performance March 16, 2011 Hello together, i have build a html to plain text regex sequence. I use this in up to 100 threads to clean up html files. I want get all visible… Undesired retries on HTTP client over Python March 21, 2011 Hi! We are using GAE restful library to consume some REST services (also made by us). We are experiencing a strange issue: while GET seems to work… Performance Problems Started - How to Debug (Ubuntu + Django/Python) June 6, 2011 I have a VPS running Ubuntu 10.10, with a Django application running on top of it (MySQL database, Redis datastore, apache + mod_wsgi in daemon… Improving Postgres psycopg2 query performance for python to the same level of java's JDBC driver March 4, 2011 All, Overview I'm attempting to improve the performance of our database queries for SqlAlchemy. We're using psycopg2. In our production system,… | |||||
(16 lines) Feb 8, 2012 09:14
(9 lines) Feb 8, 2012 09:59
(15 lines) Feb 8, 2012 10:48
(25 lines) Feb 8, 2012 11:05
(37 lines) Feb 8, 2012 11:21
(44 lines) Feb 8, 2012 13:23