Click here to Skip to main content
15,917,709 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: CSS in ASP.net Pin
koolprasad200322-Aug-10 1:30
professionalkoolprasad200322-Aug-10 1:30 
QuestionControl Like Code project Pin
Hiren solanki20-Aug-10 19:08
Hiren solanki20-Aug-10 19:08 
AnswerRe: Control Like Code project Pin
Ankur\m/21-Aug-10 0:19
professionalAnkur\m/21-Aug-10 0:19 
GeneralRe: Control Like Code project Pin
Hiren solanki24-Aug-10 19:27
Hiren solanki24-Aug-10 19:27 
GeneralRe: Control Like Code project Pin
Ankur\m/24-Aug-10 23:51
professionalAnkur\m/24-Aug-10 23:51 
AnswerRe: Control Like Code project Pin
ScottM122-Aug-10 22:08
ScottM122-Aug-10 22:08 
GeneralRe: Control Like Code project Pin
Hiren solanki29-Aug-10 20:11
Hiren solanki29-Aug-10 20:11 
QuestionBackground worker thread to process many request asynchronously Pin
Hamed Musavi20-Aug-10 6:10
Hamed Musavi20-Aug-10 6:10 
I'm very new to Asp.net. Right now I'm working on a website (implementing registration particularly). Users need to provide their email address and an activation email must be sent to their email box.

On desktop in such situations(knowing that many users might simultaneously request registration) I would've created a thread that waits on a thread-safe queue to take an email address from that queue and send activation URL to taken address. This way UI thread would just need to put received email into queue and show a message that an email is being sent.

In Asp.net, Can I have a worker thread that runs as long as my application runs(maybe created in Application_Start) and a queue. How reliable is this solution in asp.net? What are alternatives.

Thanks.

"I hope you live a life you're proud of. If you find that you're not, I hope you have the strength to start all over again."    
 - I wish I knew who is this quote from
 

AnswerRe: Background worker thread to process many request asynchronously Pin
Ennis Ray Lynch, Jr.20-Aug-10 6:16
Ennis Ray Lynch, Jr.20-Aug-10 6:16 
GeneralRe: Background worker thread to process many request asynchronously Pin
Hamed Musavi20-Aug-10 6:28
Hamed Musavi20-Aug-10 6:28 
GeneralRe: Background worker thread to process many request asynchronously Pin
ely_bob23-Aug-10 2:30
professionalely_bob23-Aug-10 2:30 
AnswerRe: Background worker thread to process many request asynchronously Pin
T M Gray20-Aug-10 6:26
T M Gray20-Aug-10 6:26 
GeneralRe: Background worker thread to process many request asynchronously Pin
Hamed Musavi20-Aug-10 6:30
Hamed Musavi20-Aug-10 6:30 
AnswerCreate a Windows Service - FileSystemWatcher Pin
David Mujica20-Aug-10 6:32
David Mujica20-Aug-10 6:32 
GeneralRe: Create a Windows Service - FileSystemWatcher Pin
AllenRogerMarshall24-Aug-10 12:21
professionalAllenRogerMarshall24-Aug-10 12:21 
AnswerRe: Background worker thread to process many request asynchronously Pin
si2480323-Aug-10 0:09
si2480323-Aug-10 0:09 
GeneralRe: Background worker thread to process many request asynchronously [modified] Pin
Hamed Musavi23-Aug-10 1:08
Hamed Musavi23-Aug-10 1:08 
Questionweb page popping out from iframe Pin
Hiren solanki20-Aug-10 4:06
Hiren solanki20-Aug-10 4:06 
AnswerRe: web page popping out from iframe Pin
R. Giskard Reventlov20-Aug-10 4:25
R. Giskard Reventlov20-Aug-10 4:25 
GeneralRe: web page popping out from iframe Pin
Hiren solanki20-Aug-10 16:57
Hiren solanki20-Aug-10 16:57 
GeneralRe: web page popping out from iframe Pin
Not Active20-Aug-10 17:19
mentorNot Active20-Aug-10 17:19 
GeneralRe: web page popping out from iframe Pin
Hiren solanki20-Aug-10 18:46
Hiren solanki20-Aug-10 18:46 
AnswerRe: web page popping out from iframe Pin
Eaverae22-Aug-10 20:51
Eaverae22-Aug-10 20:51 
QuestionInterface Pin
future383919-Aug-10 18:30
future383919-Aug-10 18:30 
AnswerRe: Interface PinPopular
Al-Farooque Shubho19-Aug-10 19:52
Al-Farooque Shubho19-Aug-10 19:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.