> I'm not using it as a messaging scheme - my application will reside in > a cluster and I'd like them to share data. I'm also not using > Hibernate for this project. I'll take a look at the stuff you pointed > to - but I'm also still looking for some best practice information. > Anybody got some for a multi-threaded application using a memcached > client? > > Thanks!
I doubt anyone isn't using memcached in a multi-threaded environment. Use spymemcached, you only need a single instance and you can share it throughout the app. Though putting a factory in front of it that allows you to reconfigure it on the fly wouldn't be a bad idea either.
