Threading process in asp.net

Posted by Zerotoinfinite on Stack Overflow See other posts from Stack Overflow or by Zerotoinfinite
Published on 2010-05-24T14:57:27Z Indexed on 2010/05/24 15:01 UTC
Read the original article Hit count: 280

Filed under:
|
|

Hi All,

I am using asp.net 3.5 and C#.

I have a blog site and I want that whenever user enter any comment, the suscriber related to that post will get the notification. So what I am doing that I am sending mail at the same time as the comment is inserted into the table, which sometimes take time because of the quantity of user. Is their any way that user enter the comment into the database and the send mail function will run asynchornysly which will not interfear user to go ahead with his task. please let me know how to acheieve it in a simplier way.

Thanks in advance

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asynchronous