multithreading
Tag details
Welcome to the 'multithreading' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'multithreading'.
Look up
"multithreading"
at The Free Dictionary
Latest blogosphere posts tagged “multithreading”
-
Logical Domains Security Questions Answered
System News for Sun Users - The Blog —
Authority: 136
Covers CPU, Memory, Virtual Network -Disks-Console, and More Logical Domains (LDoms) provide built-in and no-cost virtualization capabilities for Sun Chip Multithreading (CMT) Servers, and many are considering implementing it as part of a virtualization strategy. But what about security? Sun’s Jim Laurent recently ...2 weeks ago -
Sun Technologies Deliver for Oregon Public Utility, MINET
System News for Sun Users - The Blog —
Authority: 136
Solutions Accommodate Growth, Improve Service Delivery Monmouth Independence Network (MINET) is a public utility that delivers voice, data and cable services to 3,500 customers in the cities of Monmouth and Independence, Oregon, using Sun technologies. Faced with the need to expand services while minimizing costs, ...3 weeks ago -
Oracle on Sun Beats IBM’s Best Results on DB2 with Power 595
System News for Sun Users - The Blog —
Authority: 136
Oracle Offers Companies $10M in Performance Challenge A new world record TPC-C benchmark result has been set for Oracle Database 11g running on Sun SPARC Enterprise T5440 servers with CMT technology, along with Solaris 10 and the new Sun Storage F5100 Flash Array. Oracle reports this world record proves that the ...3 weeks ago -
Darwinian Debugging
Crash Dump Analysis —
Authority: 431
To commemorate 200 years since Darwin’s birth and 150 years since the publication of The Origin of Species, OpenTask plans to dedicate December, 2009 issue of Debugged! MZ/PE magazine to taxonomy and evolution of software defects and March, 2010 issue to multithreading (as natural selection). Debugged! ...3 weeks ago -
Why wait(),notify() and notifyAll() in the Object class?
Geek Explains: Java, J2EE, Oracle, Puzzles, and Problem Solving! —
Authority: 103
Why wait(), notify() and notifyAll() methods have been defined in the Object class?Java concurrency model uses locks to implement mutually exclusive access to objects in a multi-threaded environment and locks are associated with every object in Java (of type Object), not only with Threads.wait, notify/notifyAll ...4 weeks ago -
Transforming loops in methods which invoke delegates
LA.NET [EN] —
Authority: 120
In a previous post , we’ve started talking about data parallelism. Before getting started with the “real stuff”, I thought it would be a good idea to write a small post that explains how to break our loops into units of work. For instance, consider the following snippet: int [] arr = {1, 2, 3}; for ( var ...4 weeks ago -
MFC – Unicode, IPC, Guid, DLL, Threading Questions And Answers
Programming Interview Questions And Answers —
Authority: 132
What are some of the benefits that MFC offers to developers? How would you declare a string which could be used in an ANSI or UNICODE build? Which header would you include to support functions which could use ei What is the Message Compiler and when would it be used? What is the difference between implicit ...4 weeks ago -
Win32 Dll’s, Multithreading,Synchronization, Polymorphism, inheritance Interview Questions
Programming Interview Questions And Answers —
Authority: 132
What is __declspec(novtable)? Why would you need this? Explain Synchronization with Mutex, Events, Semaphores, Critical Sections. Explain WaitForSingleObject() & WaitforMultipleObject(). Explain multi-threading.. What are the advantages of polymorphism and dynamic binding? What is the purpose of ...5 weeks ago -
Improving performance with data parallelism
MSMVPS.COM —
Authority: 642
I know that it’s been a long time since I’ve written on multithreading (I’ve been really busy in JavaScript land!), but that is still an area which interests me and that’s why I’ll be writing on it from time to time. As we’ve seen along this series , there are several things you might do to improve the ...5 weeks ago