Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Asynchronous Fire-And-Forget Call
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Stephen Barrett, post: 527830"] I would really love to go the service route. What I originally specd out was for the BL that the webpage calls to write a message to MSMQ and have a service that processed messages from the queue. This would be quick and not involve extra threading and such. Unfortunately, things out of my control prevent me from using any form of windows service. The app is deployed to a shared server that many other app groups use and the high-level managers on the IT side have limited us on what we can do. Windows services are one thing they said no too. In fact, our BL tier used to be on a separate server all together that we accessed through Remoting where the async stuff worked fine. One of these requirements forced us to bring the BL tier back in process on the webserver and this is when we started running into problems. Any ideas on how to do this in when the BL tier is running within the asp.net web app? [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Asynchronous Fire-And-Forget Call
Top