sir,
I need to create such a utility under my asp.net C# web application that will keep on inserting data at regular interval all the time on server side only.
Currently i m using timer base data insertion but problem that i m facing is that data is being inserted as long as client request the url.
And Data is not inserted until and unless there is a single client request to the url and also when more that one client using the same url then there is duplicate data insertion inb database.
Kindly suggest me any solution to overcome this problem.
Regards,
Vishal Agrawal
Vishal agrawalPosted Jun 11, 2015, 6:09 AM
sudipta sanyalPosted Jun 2, 2015, 7:37 AM
Vishal agrawalPosted May 20, 2015, 11:59 PM
Vincent Maverick DuranoPosted May 20, 2015, 8:27 AM
Well that how the web works. A client will issue a request then your server give a response back to the client allowing them to do something in the page. In this case they input data and you collect the data in your web app code.
The data inputs typically coming from the client. How do you collect and store data if there no request from the client?
Vishal agrawalPosted May 20, 2015, 8:05 AM
Vincent Maverick DuranoPosted May 20, 2015, 5:48 AM
Vishal agrawalPosted May 20, 2015, 2:44 AM
Vishal agrawalPosted May 20, 2015, 2:43 AM
Harish Chandra PatelPosted May 20, 2015, 2:18 AM
Vishal agrawalPosted May 19, 2015, 11:53 PM
Shailesh UkePosted May 19, 2015, 1:45 AM
Shailesh UkePosted May 19, 2015, 1:43 AM
Vincent Maverick DuranoPosted May 18, 2015, 1:25 PM
Vishal agrawalPosted May 18, 2015, 1:21 PM
Vincent Maverick DuranoPosted May 18, 2015, 10:25 AM
Shailesh UkePosted May 18, 2015, 9:27 AM