Re: [Cppcms-users] Distributed data
Brought to you by:
artyom-beilis
|
From: Shiv S. D. <shi...@gm...> - 2013-11-30 23:40:38
|
I thought over it and I think it is better to share using a database layer to serve as an abstraction layer for storage mechanism. SQL servers do not cut job for a person like me who is alone. I have no resource to shard and maintain them. On Sun, Dec 1, 2013 at 3:18 AM, Eric Gendron <con...@gm...> wrote: > I'm not sure to understand... > > Maybe you need a file sharing somewhere or even a server? Samba... NFS... > A simple windows share... > Maybe you need a client/server system or SQL server? postgresql, > mariaDB... > Maybe you need P2P if so, take a look a ZeroMQ (0mq) it's a very good > library. > > > > > On Fri, Nov 29, 2013 at 4:29 AM, Shiv Shankar Dayal < > shi...@gm...> wrote: > >> Hi, >> >> Suppose an app is running on multiple machines then how should they >> synchronize data? Should OpenMPI be used to do message passing to talk >> among each other because then thread_shared will not work? >> >> -- >> Respect, >> Shiv Shankar Dayal >> >> >> ------------------------------------------------------------------------------ >> Rapidly troubleshoot problems before they affect your business. Most IT >> organizations don't have a clear picture of how application performance >> affects their revenue. With AppDynamics, you get 100% visibility into your >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics >> Pro! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users >> >> > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > -- Respect, Shiv Shankar Dayal |