Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,
I am trying to demonstrate distributed memory caching system "Memcache" in java.My questions on this topic are:

CSS
1.Do i require any memcached server to demonstrate this or i can do it without any Memcached server?

2.I have connected my java code to sql server to query and connection is working gud. But i have seen that i require application servers to provide the facility for caching.Is it correct or i can do caching with the help of my system only??

3.If i don`t require any application server then how do i implement the concept of buckets in my system.Or i don`t require using buckets concept??

4.I m actually very confused about these application server and database server difference So can anyone please try to tell me how should i go with the code?

Thanks in advance.
Hellexx
Posted

1 solution

you should figure out the WIKI, Blog and Maillist of the memcached project.
 
Share this answer
 
Comments
Anil Kumar 23 12-Jun-12 21:54pm    
I have Tried dat but to no avail....
I m unable to find any specification regarding external servers not to be used..... They have given only me cached
Servers

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900