Re: [Cppcms-users] Distributed data
Brought to you by:
artyom-beilis
|
From: Eric G. <con...@gm...> - 2013-12-01 00:12:13
|
SQL is a database... It's almost easy to start using sql... for simple queries. Easy to share datas between multiple computers on a network. Setup connexion Open database... Select or update query... Close database even if you use read/write local files, I recommand using something like sqlite, doing sql queries on local database without server. For me, I found faster to dev with sql even on local database files than on manual read/write files... Le 2013-11-30 18:41, "Shiv Shankar Dayal" <shi...@gm...> a écrit : > 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 > > > ------------------------------------------------------------------------------ > 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 > > |