Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > SoapDocumentMethod and oneway=true

Reply
Thread Tools

SoapDocumentMethod and oneway=true

 
 
Jesse Houwing
Guest
Posts: n/a
 
      04-26-2007
Hello all,

I was wondering... If you look in the documentation and on the web to
find any info on long running webservice calls, they all come down to:

Add the SoapDocumentMethod Attribute to your webmethod and set it's
OneWay property to true.

Nowhere I can find though what will happen in any of the following
situations:

- The ASP.NET worker process hasn't had any requests for some time and
is being shut down. Will the runtime see that a oneway call is still
being handled?
- You have x number of oneway calls being handled, will I run out of
worker threads? Will subsequent calls fail, will the workerprocess reset
itself?
- Config changes and/or webserver resets. Will the thread be stopped
nicely, or just yanked from memory.
- What happens if the thread gets really busy and takes 40 minutes (or 3
hours for that matter) of processing time, will the worker process reset
itself?

I need a few guarantees the thread will get time to finish. I also need
some guarantees the rest of the webserver will continue to work without
too many issues if I start processing long running tasks.

Any answers are greatly appreciated.

Kind Regards,

Jesse Houwing
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
if and and vs if and,and titi VHDL 4 03-11-2007 05:23 AM
Difference between SoapDocumentMethod(OneWay=true)] and OneWay Att John Bailey ASP .Net Web Services 3 03-09-2007 05:53 PM
Using [SoapDocumentMethod(OneWay=true)] attribute causes Trusted SQL Connection to fail Christopher D. Wiederspan ASP .Net Web Services 1 12-20-2004 10:59 PM
Using [SoapDocumentMethod(OneWay=true)] attribute causes Trusted SQL Connection to fail Christopher D. Wiederspan ASP .Net 0 12-17-2004 04:03 PM
Using [SoapDocumentMethod(OneWay=true)] attribute causes Trusted SQL Connection to fail Christopher D. Wiederspan ASP .Net Security 0 12-17-2004 04:03 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57