Click here to Skip to main content
15,924,039 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Question.NET Enterprise Library Pin
Bommannan.Ramalingam16-May-07 22:50
Bommannan.Ramalingam16-May-07 22:50 
AnswerRe: .NET Enterprise Library Pin
Not Active17-May-07 8:07
mentorNot Active17-May-07 8:07 
QuestionPrinters in WPF Pin
jjholt16-May-07 14:32
jjholt16-May-07 14:32 
AnswerRe: Printers in WPF Pin
Paul Conrad14-Jul-07 6:51
professionalPaul Conrad14-Jul-07 6:51 
GeneralRe: Printers in WPF Pin
jjholt16-Jul-07 16:37
jjholt16-Jul-07 16:37 
QuestionA few questions regarding issues I'm having with a project Pin
Christoff91516-May-07 12:45
Christoff91516-May-07 12:45 
AnswerRe: A few questions regarding issues I'm having with a project Pin
Christian Graus16-May-07 13:05
protectorChristian Graus16-May-07 13:05 
GeneralRe: A few questions regarding issues I'm having with a project Pin
Christoff91516-May-07 13:28
Christoff91516-May-07 13:28 
1 - you could check the size of the folder with subfolders, then check it again a few seconds later to see if it's being writtn to. Also, if it is being written to, attempts to rename it will fail.

Thanks for the idea, I think that will work better than what I'm using now.

2 - You need to create a BackgroundWorker thread, and then keep that alive, if need be.

Maybe I don't understand exactly how the BackgroundWorker class works, but doesn't each BackgroundWorker only run one thread at a time? And if this is the case, and my application needs to be able to process orders as they are dropped in the target folder, wouldn't I have to create a new BackgroundWorker for each order? Would this be a heavy performance hit on the server's memory with all those components being created (in the case of say...20 orders...are submitted at the same time), as opposed to just launching threads to run it and keeping it alive via the loop?
GeneralRe: A few questions regarding issues I'm having with a project Pin
Christian Graus16-May-07 13:37
protectorChristian Graus16-May-07 13:37 
GeneralRe: A few questions regarding issues I'm having with a project Pin
Christoff91516-May-07 17:04
Christoff91516-May-07 17:04 
GeneralRe: A few questions regarding issues I'm having with a project Pin
Christian Graus17-May-07 12:42
protectorChristian Graus17-May-07 12:42 
QuestionProtecting Applicatin DLL (dot net) Pin
sandeep kumar pundhir16-May-07 10:40
sandeep kumar pundhir16-May-07 10:40 
AnswerRe: Protecting Applicatin DLL (dot net) Pin
Colin Angus Mackay16-May-07 11:58
Colin Angus Mackay16-May-07 11:58 
AnswerRe: Protecting Applicatin DLL (dot net) Pin
Christian Graus16-May-07 13:06
protectorChristian Graus16-May-07 13:06 
AnswerRe: Protecting Applicatin DLL (dot net) Pin
Dave Kreskowiak16-May-07 15:28
mveDave Kreskowiak16-May-07 15:28 
GeneralRe: Protecting Applicatin DLL (dot net) Pin
Christian Graus16-May-07 15:55
protectorChristian Graus16-May-07 15:55 
GeneralRe: Protecting Applicatin DLL (dot net) Pin
Dave Kreskowiak16-May-07 16:01
mveDave Kreskowiak16-May-07 16:01 
GeneralRe: Protecting Applicatin DLL (dot net) Pin
Dave Kreskowiak16-May-07 16:20
mveDave Kreskowiak16-May-07 16:20 
QuestionNET performance Pin
KEL316-May-07 1:57
KEL316-May-07 1:57 
AnswerNET performanc, me_again Pin
KEL325-May-07 3:43
KEL325-May-07 3:43 
GeneralRe: NET performanc, me_again Pin
Thomas Stockwell26-May-07 16:06
professionalThomas Stockwell26-May-07 16:06 
Question.NET Framework 2.0 Pin
Blumen15-May-07 23:52
Blumen15-May-07 23:52 
GeneralRe: .NET Framework 2.0 Pin
Ashwani kumar srivas16-May-07 0:40
Ashwani kumar srivas16-May-07 0:40 
AnswerRe: .NET Framework 2.0 [modified] Pin
spvarapu17-May-07 6:39
spvarapu17-May-07 6:39 
QuestionRunning a custom command line program. Pin
Jay B.15-May-07 11:05
Jay B.15-May-07 11:05 

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.