Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 PinPopular
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 
Create yourself a Windows Service that handles these "background" type requests, it makes life so much easier for debugging and troubleshooting.

My basic design is to use a directory where the service "listens" (FileSystemWatcher) for an XML file to be dropped. It then picks up the file and performs the necessary request. Once the request is complete, it moves the XML file to either an "Archive" or "Error" folder. I use the Event Log to track basic message status, but you can devise any type of logging system you want.

In my system, I know that there aren't going to be lots of requests, so this is a single threaded job, very simple, yet robust.

I'm all for keeping things simple and reliable. Cool | :cool:
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 
GeneralRe: Interface Pin
Ankur\m/19-Aug-10 20:10
professionalAnkur\m/19-Aug-10 20:10 
AnswerRe: Interface Pin
Ankur\m/19-Aug-10 19:55
professionalAnkur\m/19-Aug-10 19:55 
GeneralRe: Interface Pin
Al-Farooque Shubho19-Aug-10 20:41
Al-Farooque Shubho19-Aug-10 20:41 
GeneralRe: Interface Pin
Yusuf20-Aug-10 3:53
Yusuf20-Aug-10 3:53 
AnswerRe: Interface Pin
Eaverae23-Aug-10 0:49
Eaverae23-Aug-10 0:49 
QuestionUnable to connect to any of the specified MySQL hosts in asp.net2010 vista Pin
Piyush Vardhan Singh19-Aug-10 5:18
Piyush Vardhan Singh19-Aug-10 5:18 

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.