Storing data periodically on remote server
- From: carmelo <csaffi@xxxxxxxxxx>
- Date: Tue, 7 Oct 2008 03:25:36 -0700 (PDT)
Hi everybody,
I have to develop a java application to send every 10 seconds a tuple,
made of 3-4 fields, to a remote server. I thought to proceed in this
way:
- server side: mysql dbms (for storing clients transmitted data)
- client side: java application which makes an odbc connection to the
remote mysql db
The expected workload is quite high, in fact, there will be about 100
clients, each of them send data on time interval of 10 seconds.
Do you think is it a good solution?
Thank you very much
Carmelo
.
- Follow-Ups:
- Re: Storing data periodically on remote server
- From: Arne Vajhøj
- Re: Storing data periodically on remote server
- From: Peter D.
- Re: Storing data periodically on remote server
- Prev by Date: Re: Java compiler errors
- Next by Date: Re: Java compiler errors
- Previous by thread: Writing uncompressed zip file
- Next by thread: Re: Storing data periodically on remote server
- Index(es):
Relevant Pages
|