sorry if my q not related to hibernate but i guess from experienced members here, some might help..
i have downloaded a simple test java code on swarmcache and tried to run on 2 machines (named COM1 and COM2).
i set both machines to have same multicast address (231.12.21.132), cache name (TEST), cache type (Hybrid) and cache size (255).
then i run it in COM1 and COM2. i could see from COM1 console that COM2 is connected. vice versa.
i PUT some value from COM1 and try to GET it, it succeed. but from COM2, when i try to GET, it returns null. same if i try to PUT from COM2 and retrieve from COM1.
eg. in COM1---> PUT name steve
in COM1---> GET name
returns me the value 'steve'
in COM2---> GET name
returns me the value 'null'
i am very new to caching. can anybody pls assist me on this? thank you in advance.
-pd-
|