|
| |
| | Multi-threaded |
 | | Multithreading can thus be used for very fine-grain multitasking, at the level of a few instructions, and so can hide latency by keeping the processor busy after one thread issues a long-latency instruction on which subsequent instructions in that thread depend. |  | | This is accomplished by sharing as much as possible of the program execution environment between the different threads so that very little state needs to be saved and restored when changing thread. |  | | TL0 is an example of a threaded machine language. |
|
http://www.linuxguruz.org/foldoc/foldoc.php?Multi-threaded
|
|
| |
| | Multi-Threaded Programming With POSIX Threads |
 | | The user-input thread needs to be always responsive to the user, for example, to allow her to cancel long operations currently executed by the server-handling thread. |  | | Singularity - If a thread managed to lock a mutex, it is assured that no other thread will be able to lock the thread until the original thread releases the lock. |  | | The server-handling thread needs to be able to notify the graphics-drawing thread when a reply from the server arrived, so it will immediately show it to the user. |
|
http://users.actcom.co.il/~choo/lupg/tutorials/multi-thread/multi-thread.html
|
|
| |
| | MT-NW Manual: MT-NewsWatcher |
 | | Preface About Usenet Getting Started Setting up News Servers Personalities Binaries Sorting and Threading Filtering Finding and Searching Language Support Opening URLs Multi-Threading Faster Group Opening Group Settings Sharing Newsrc Files Speech Recognition MIME AppleScripting Keyboard Shortcuts Lists and Text Shortcuts Windows Commands Preferences Saving Files Files FAQ |
|
http://www.smfr.org/mtnw
|
|
| |
| | Introduction to Multi-Threaded Programming |
 | | Thread A will lock the mutex, load the value of X into the registers, then increment it. |  | | A thread will share all global variables and file descriptors of the parent process which allows the programmer to separate multiple tasks easily within a process. |  | | This becomes even more of a problem on a machine equipped with multiple processors, since multiple threads can be running at the same time on different processors, each of them modifying the same variables. |
|
http://www.linuxjournal.com/lj-issues/issue61/3138.html
|
|
| |
| | [No title] |
 | | All KLEZ variants, except WORM_KLEZ.B, are multi-threaded worms, where each thread performs a predefined task such as network infection or emailing. |
|
http://www.trendmicro.com/en/security/advisories/klez.htm
|
|
| |
| | ActiveX Control For Creating Multi-Threaded VB Applications |
 | | This makes it possible to cancel a threaded process prematurely or to access other methods and properties while the threaded process is running. |  | | Includes a detailed help file, comprehensive example programs and a royalty-free re-distributable setup program. |  | | The Async Project Template is simply a VB DLL project template, with some additional code, that allows your DLL to communicate with your multi-threaded application(s). |
|
http://www.evansprogramming.com/async.asp
|
|
| |
| | On Multi-threaded Paging - Feuerstein, Strejilevich (ResearchIndex) |
 | | ISAAC: 7th International Symposium on Algorithms and Computation (formerly SIGAL International Symposium on Algorithms), Organized by Special Interest Group on Algorithms (SIGAL) of the Information Processing Society of Japan (IPSJ) and the Technical Group on Theoretical Foundation of Computing of the Institute of Electronics, Information and Communication Engineers (IEICE)) |  | | Four different problems arise whether we consider fairness restrictions or not, with finite or infinite input sequences. |  | | This models situations in which the requests come from more than one independent source, as in multi tasking systems... |
|
http://citeseer.ist.psu.edu/feuerstein96multithreaded.html
|
|
| |
| | Multi-threaded programming contest winners |
 | | Steven Soroka, for Checksums of all files in a dir and subdir using threads |  | | Wayne Sepega, for DatabaseCopy (copy tables to CDS) |  | | Denis Portilho, for Building pyramids with cooperative worker threads |
|
http://bdn.borland.com/article/0,1410,29786,00.html
|
|
| |
| | Multi-Threaded DAAP Daemon |
 | | The imaging library and SDK adds support for ICC profiles, support for multi-processor and multi-threaded applications, a true Adobe PDF library option, additional document formats, and more. |  | | MySQL is a very fast, multi-threaded, multi-user and robust SQL (Structured Query Language) database server. |  | | While the core Zend engine of PHP is thread-safe many of the critical libraries that PHP relies on for its advanced functionality (image processing, database connectivity and so forth) are not, and are unlikely to become so any time in the future. |
|
http://www.stargeek.com/item/51919.html
|
|
| |
| | Leading software vendors Endorse AMD64 multi-core technology :: AMDZone :: The real #1 source for AMD news, reviews, ... |
 | | This recommendation mirrors the software-licensing model that the industry has established for simultaneous multi-threaded (SMT) processors and will allow existing x86 software to run on dual-core processors without having to make changes. |  | | Based on feedback from customers and partners, AMD is providing industry-thought leadership by recommending software developers consider licensing their software by socket and schedule threads by available cores. |  | | AMD's customer-centric approach will enable the hundreds of ISVs who are part of the AMD64 ecosystem to take advantage of the performance benefits of dual-core processors without writing additional code." |
|
http://www.amdzone.com/modules.php?op=modload&name=News&file=article&sid=1190&mode=thread&order=0&thold=0
|
|
| |
| | Encyclopedia4U - Threaded code - Encyclopedia Article |
 | | The term "threaded code" is used in the Forth and early versions of the B programming languages. |  | | It means a form of code consisting entirely of subroutine calls, written without the subroutine call instruction, and processed by an interpreter (Forth) or the CPU (B), which jumps to each successive piece of basic function code in turn. |
|
http://www.encyclopedia4u.com/t/threaded-code.html
|
|
| |
| | Programming Contest: Multi-threaded applications |
 | | The application must have some type of interface that updates the progress of the various threads running in the application without requiring action on the part of the application user. |  | | You do not need to provide any source code that ships with the development tool you choose to write the contest entry. |  | | Produce a multi-threaded application that provides visual feedback of the thread progress. |
|
http://community.borland.com/article/0,1410,28448,00.html
|
|
|