Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

Thread

  • submit to reddit

Multicore Application Programming: for Windows, Linux, and Oracle Solaris

The first part of the book is about how to write code than runs efficiently on the hardware. To write such optimized code, you'll need to know: - The hardware architecture of your system - The...

0 replies - 7479 views - 02/18/11 by Morten Nobel-Jø... in Book Reviews

OSGi : PostEvent vs SendEvent in New Thread

This post show the difference between postEvent and sendEvent in osgi throw in example. According to documentation, post initiate asynchronous delivery of an event and send is the synchronous one.

0 replies - 12964 views - 09/27/09 by Slim Ouertani in Articles