In Java programming, it is very common to use threads to perform multi tasks simultaneously. Starting a thread is pretty easy but stopping a thread might be a headache for some programmers, especially when the thread needs to run a task that takes some times. … [Read more...]
System Architecture Analysis – Google Chrome vs Internet Explore 8
If you have read about the technology behind Google Chrome, you will know that each tab in Google Chrome is running on a separate process and why the Google Chrome programmers do it that way. If you are a software developer and don't know anything about Google Chrome, you may find interesting in reading the story behind Google Chrome. … [Read more...]