Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i created a web service and uploaded it onto the web.

i given it some task to do.

but before the completion of the task assigned to the web service, i shut down my web browser.

will my task still be in progress, or it also turns off with the browser?

?
Posted
Updated 29-Jul-11 0:04am
v2

Why don't you try it and see. To test it, put a 10 second loop in the service method you call, and then have it write a record to the database in question.

Then connect to the web service and call that method, shut your browser down immediately, then wait about 15 seconds, and then check the database. If you see the test data in the database (or if you don't), you have your answer.
 
Share this answer
 
Comments
Reiss 29-Jul-11 6:17am    
Asking people to think for themselves for a minute - in this industry - are you quiet mad? ;)
Hi,
I assume you have some misconception about web services, please see the link follows
http://gdp.globus.org/gt4-tutorial/multiplehtml/ch01s02.html[^]
From here you will get a good basic understanding regarding web services.
 
Share this answer
 
Comments
Monjurul Habib 28-Jul-11 17:16pm    
nice link for all beginners.my 5.
Harmanjeet Singh 29-Jul-11 6:06am    
any simple answer?
Reiss 29-Jul-11 6:19am    
good link - have 5

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