Assumptions

Thread Control

Synchronization

Notifications

Examples

All files are placed under user/threads

References

J
  • jasync

  • Calling J.DLL, User Manual

  • C-code to process J array

  • Parallel Processing Help

  • Windows
  • Using Processes and Threads, MSDN

  • Using Synchronization, MSDN

  • Multiple Threads in the User Interface, MSDN

  • .NET
  • Guidelines for Asynchronous Programming, MSDN

  • Asynchronous Programming Design Patterns, MSDN2

  • Overview of .NET multithreading

  • WinForms UI Thread Invokes, Justin Rogers

  • Moving from the Desktop to Devices: Multithreading and the User Interface, MSDN

  • Invoke vs BeginInvoke, Greg Young

  • POSIX Threads
  • Programming POSIX Threads, humanfactor.com

  • Parallel Programming, AIX Programming

  • PThread Programming, IBM

  • pthreads Tutorial, LLN lab

  • Multi-Threaded Programming

  • Parallel Programming Theory, Notifications

  • Java
  • JNI Development on Mac OS X, Apple TN2147, Invoking JVM from a pthread

  • Specific notification pattern, IBM Java

  • Threads and Locks, Java Language Specification

  • invokeLater

  • OlegKobchenko/Threads (last edited 2008-12-08 10:45:44 by anonymous)