How do I implement something like memcache with a javaEE server. I'm using jetty and mysql by the way. Any links would be great, my google-fu is failing me, no nimps please.
Name:
Anonymous2009-10-13 18:43
so I have started messing around with really simple java, I was wondering wen you are doing count++ type stuff if there is an easy way to skip numbers, like every other or every number divisble by 8 or something.
If you know any tricks or tips I would appreciate it.