Hi,
Before 4 months i had to create cache for data stream messages coming from TCP stream about 400 per second every second. I had to keep the last message only. I implemented MDB that received the messages and updated the memcache but it couldn't take the pressure. May be i didn't configured it correct - please see the code above. So i did put the last message directly in hashmap and it works perfectly. But now i need to put data that is very frequently updated in memcache. So you say this is possible, how do i test it and please have a look at my code, and see if something is wrong. Thanks.
