Multipulse is Andy's creation. He might be able to chime in. I'm curious on the remote InitialContext code you might have. You mentioned it being slow in a previous email. Are you creating new InitialContext via a RemoteInitialContextFactory on a frequent basis?
You really only need one per vm. From there on out the client will be updated on any changes to servers coming and going in the network. -David On Feb 11, 2013, at 7:21 PM, Sule BASOL <[email protected]> wrote: > Hello , its too good to multipulse to find server on the same lan. > But also it will be good to cache server ip on localside. > Because connection takes time with that trick. > > prop.put(Context.PROVIDER_URL, > "multipulse://239.255.2.3:6142?group=default&timeout=250"); > >
