Two Laptop Bag
The moose likes Threads and Synchronization and the fly likes Multithreading in Java vs .NET Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Multithreading in Java vs .NET" Watch "Multithreading in Java vs .NET" New topic
Author

Multithreading in Java vs .NET

Denise Advincula
Ranch Hand

Joined: Jan 01, 2007
Posts: 153
Hi! I'm not sure if this is the right forum but I hope there is someone here who is very good in .NET and confirm if my understanding on threading for Java and .NET are the same.

My first question is, does .NET have the same Thread states as Java? - Runnable, Running, Dead, Blocked, Sleeping..?

Second Question, could you provide me good links about this comparison? My google search doesn't give me good results.

Thanks for your usual support!

SCJP/OCPJP 6 | SCWCD/OCPJWCD 5 | OCPJBCD in progress
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16482
    
    2

I have never written any .Net code at all but my googling skills are pretty good. Looks like this page tells you about possible thread states in .Net.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Multithreading in Java vs .NET
 
Similar Threads
Am I a victim of regsoft
Java Vs .Net
How to connect to database without password using connection pooling
Java vs. Microsoft .NET
Java Vs .Net