Hi Niklas, The more I think about it, and the more I read, the vysper instances may not need to be aware of each other ... this can be accomplished by all vysper instances using a common storage provider. Similar to how we cluster http servers ontop of a shared storage pool.
It shifts the complexity down a level and makes mass deployment of new instances much easier and doesn't overly complicate the current implementation. If I make headway creating a storage provider interfacing with cassandra i'll drop a note here. -sd On Fri, Feb 18, 2011 at 11:00 AM, Niklas Gustavsson <[email protected]>wrote: > > > 1. is it possible to deploy multiple instances of vysper to multiple > > servers and they are aware of each other? so that i can introduce a > > solution that has no points of failure... > > No, we do not currently support clustering of Vysper. However, this is > an area that I'm personally is interested in looking into so I would > be happy to collaborate on this if you like. > > > 2. i want to leverage apache cassandra as a backend repository for data. > > to do this, i would create a storage provider that handles the cassandra > > interaction? > > Yes. > > /niklas >
