Results 1 to 2 of 2
- 09-22-2010, 06:50 PM #1
Member
- Join Date
- Sep 2010
- Posts
- 2
- Rep Power
- 0
Sharing data between instances of an application
Hello,
I am a beginning student of computer science, having successfully completed Stanford's online CS106a Java course.
I am developing an application for work that lets supervisors monitor various stats of research assistants conducting opinion polls when it occurred to me that if they like this application at work they will want to run it at as many as six computers. What I want to do is store overall averages of production rates, and share that data among instances of the application. I need to be able to allow all the computers running the application to adjust the averages from one place. I know that I will have to check if a given job is being monitored already so that only one instance will be modifying the scores at a time, but what is the best way to share the data allowing read/write access from multiple sources?
Any help would be appreciated. This is my self imposed Java final before I move on to 106b and c++. (and my entry into their tech department...)
Thanks,
~Mordjah
- 09-22-2010, 07:29 PM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Similar Threads
-
Application Sharing
By Renuka in forum NetworkingReplies: 0Last Post: 12-11-2009, 11:05 AM -
Sava data to a text file from an application?
By happytrails in forum New To JavaReplies: 5Last Post: 04-10-2009, 07:30 PM -
How to display Tabuler Data in J2EE application on jsp page
By AMATYA-CHANAKYA in forum Advanced JavaReplies: 2Last Post: 04-23-2008, 05:54 PM -
sharing of data between sites
By jyovasinedu in forum Advanced JavaReplies: 1Last Post: 11-02-2007, 08:56 AM -
2 threads sharing a data base connection
By Ed in forum Advanced JavaReplies: 2Last Post: 07-04-2007, 04:41 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks