Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

We have an application which sends data to server when the application is logged out using batch processing.
I need to "update the data to server every second" what is solution for this?


Kindly help me out.

Thanks in Advance.
Posted
Updated 20-May-11 21:01pm
v2
Comments
OriginalGriff 21-May-11 2:53am    
If we had even the vaguest idea what data you were talking about we might be able to help.
As it is, we would have to guess. And I am not in the mood for guesswork today.
R. Hoffmann 21-May-11 20:09pm    
That comment deserves a 5!
vaikuntapu 21-May-11 3:08am    
it is a ticketing software for buses so we transfer more or less strings
Sergey Alexandrovich Kryukov 21-May-11 21:43pm    
Don't you understand that with this level of detail the only valid answer will be: "Connect to server and send the data-you-know-what using the protocol-you-know-which"?
Or ask the-one-who-should-not-be-named to do it for you.
--SA
OriginalGriff 22-May-11 3:48am    
You think Lord Voldemort can code?

1 solution

I'm assuming since your app already has code to send data to the server, you are asking how to do this every second...in which case you may want to research the timer[^] object. If that is not your question, you need to be more clear about which parts of your project you are having trouble with. And post the relevant code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900