-
As mentioned it was a contrived test (localhost with simple objects). I think it would make a much larger difference with a real-world setup where factors such as latency, RTT and response size come into play.
2009-05-05 02:14:51 UTC in ehcache
-
Did some testing with pipelining (java nio - http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore-nio/src/examples/org/apache/http/examples/nio/NHttpClientConnManagement.java) vs non-pipelining (using standard implementation you have in doco example) and it looks like nio is actually slower. It only seems to be ever so slightly faster when dealing with >1000 requests for my...
2009-05-04 14:02:03 UTC in ehcache
-
Thanks for the quick response.
- I am not sure we need this as HTTP/1.1 supports pipelining of requests, where multiple requests go down the same connection. The rule of thumb is a 30% speed up.
I would like to try this out - do you know of any java libraries that support http pipelining?
- Each cache server can be replicated using Ehcache's replication schemes. If you put these behind...
2009-04-21 06:54:29 UTC in ehcache
-
Hi Greg,
Some great work done on the server - applaud your efforts.
I had some questions regarding the server -
- are there any plans to create an ehcache client for ehcache server so one does not have to deal with the low level complexities of connections etc. much like how there are multiple memcached client libs? If not then maybe I will just contribute what I make?
- this is kind...
2009-04-20 14:28:42 UTC in ehcache
-
alvins82 registered the youtubej project.
2007-06-08 19:05:23 UTC in youtubej
-
alvins82 registered the lastfmj project.
2007-06-08 19:05:23 UTC in lastfmj
-
alvins82 registered the twitterj project.
2007-06-05 03:05:11 UTC in twitterj
-
Hi,
I applied for a new project but it still seems to be pending review. From the process I thought it only took a day or two - is this being looked at (thought maybe it might have slipped through or is lost)?
Project Created on Business days in queue Status
twitterj (twitter-api) 2007-05-23 00:20 5 Pending Review
Thanks,
Alvin.
2007-06-03 06:39:21 UTC in SourceForge.net
-
I just submitted a new project request - but I put the unix name and decription name different - I would like to have both of them as 'twitterj'. Do I have to submit a new request or can this be changed on the existing request?
Thanks,
Alvin.
2007-05-26 06:55:06 UTC in SourceForge.net
-
Every api call actually does two requests (via httpclient due to http-auth). You can cut this down by prememptively authenticating.
client.getParams().setAuthenticationPreemptive(true);.
2007-05-14 11:43:57 UTC in del.icio.us Java API