Click here to Skip to main content
15,891,621 members
Home / Discussions / C#
   

C#

 
GeneralRe: Experimenting with Multithreading Pin
Expert Coming17-Dec-08 14:16
Expert Coming17-Dec-08 14:16 
GeneralRe: Experimenting with Multithreading Pin
Expert Coming17-Dec-08 14:20
Expert Coming17-Dec-08 14:20 
AnswerRe: Experimenting with Multithreading Pin
CrimeanTurtle200817-Dec-08 14:37
CrimeanTurtle200817-Dec-08 14:37 
GeneralRe: Experimenting with Multithreading Pin
Expert Coming17-Dec-08 14:43
Expert Coming17-Dec-08 14:43 
GeneralRe: Experimenting with Multithreading Pin
Luc Pattyn17-Dec-08 14:48
sitebuilderLuc Pattyn17-Dec-08 14:48 
GeneralRe: Experimenting with Multithreading Pin
CrimeanTurtle200817-Dec-08 15:10
CrimeanTurtle200817-Dec-08 15:10 
GeneralRe: Experimenting with Multithreading Pin
Luc Pattyn17-Dec-08 16:28
sitebuilderLuc Pattyn17-Dec-08 16:28 
AnswerRe: Experimenting with Multithreading Pin
N a v a n e e t h17-Dec-08 16:29
N a v a n e e t h17-Dec-08 16:29 
Adding to what others said,

When you use such kind of threads in web applications, thread will be started and if it is doing some long job, ASP.NET will finish rendering the page and send back to client without waiting the thread to finish. So you need to use Thread.Join or wait handles to wait on the worker thread until it finishes. But this makes the usage of threads kinda pointless.


QuestionCannot use AddNew method for CurrencyManager with databound checkbox Pin
Vloops17-Dec-08 11:50
Vloops17-Dec-08 11:50 
QuestionHow to change MenuStrip default icon when child is maximized Pin
bcryner17-Dec-08 11:03
bcryner17-Dec-08 11:03 
AnswerRe: How to change MenuStrip default icon when child is maximized Pin
Eddy Vluggen18-Dec-08 4:47
professionalEddy Vluggen18-Dec-08 4:47 
GeneralRe: How to change MenuStrip default icon when child is maximized Pin
bcryner18-Dec-08 5:06
bcryner18-Dec-08 5:06 
QuestionAdd Table to XML file using Dataset... Pin
Greg Cetti17-Dec-08 10:11
Greg Cetti17-Dec-08 10:11 
Questioninsert space with pattern matching. Pin
Member 232448317-Dec-08 10:02
Member 232448317-Dec-08 10:02 
AnswerRe: insert space with pattern matching. Pin
User 665817-Dec-08 10:19
User 665817-Dec-08 10:19 
GeneralRe: insert space with pattern matching. Pin
Member 232448317-Dec-08 10:36
Member 232448317-Dec-08 10:36 
QuestionWinForms - Grid View bind to xml file Pin
duk3nukem17-Dec-08 9:55
duk3nukem17-Dec-08 9:55 
AnswerRe: WinForms - Grid View bind to xml file Pin
bcryner17-Dec-08 11:12
bcryner17-Dec-08 11:12 
GeneralRe: WinForms - Grid View bind to xml file [modified] Pin
duk3nukem18-Dec-08 5:17
duk3nukem18-Dec-08 5:17 
AnswerRe: WinForms - Grid View bind to xml file Pin
AnthoJoh18-Dec-08 4:48
AnthoJoh18-Dec-08 4:48 
GeneralRe: WinForms - Grid View bind to xml file [modified] Pin
duk3nukem18-Dec-08 5:24
duk3nukem18-Dec-08 5:24 
QuestionC# and .ZIP files Pin
amityo17-Dec-08 9:01
amityo17-Dec-08 9:01 
AnswerRe: C# and .ZIP files Pin
Christian Graus17-Dec-08 9:14
protectorChristian Graus17-Dec-08 9:14 
GeneralRe: C# and .ZIP files Pin
led mike17-Dec-08 9:22
led mike17-Dec-08 9:22 
AnswerRe: C# and .ZIP files Pin
Lev Danielyan18-Dec-08 0:38
Lev Danielyan18-Dec-08 0:38 

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.