Did you mean
multi-threading (47 results)
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Thread safety and responsibility
- Today I am back onto one of my favorite topics, as of late: multithreading and data integrity. I know, some of you are probably sick of this one, but today I thought about it from a totally different angle: responsibility and ethics. No, not whether or not using a thread...
- Blog posts 2007-03-28
- Web apps and record locking
- Last week, I wrote a bit about multithreading. One of the biggest issues with multithreading is maintaining data integrity. There are a lot of pitfalls with it. Today, I was looking at the issue of data integrity from another angle: client/server applications. The fact is, if you are working on...
- Blog posts 2007-03-20
- More multithreaded thoughts
- The world of threads and parallelism is a topic that I keep coming back to, over and over again. In the same day, George Ou sent me a link to an interesting yet all too short article on an automatic parallelizing compiler, and I sent him a link to an...
- Blog posts 2007-03-14
- Intel: Optimize applications for multicore
- Too bad so many developers are moving to managed codeThis is great. It would be nice if it was not a year late. It also does not help the coders who are not working in C++. Programmers are increasingly shifting to managed code environments (Java, .Net), or other languages which...
- Discussion threads 2006-08-28
Additional Resources
- MSDN Webcast: Multithreading for Performance and Responsiveness (Part 10 of 15) (Level 300)
- This webcast gives information on designing desktop applications with the Microsoft .NET Framework 2.0. The webcast presents the theory behind multithreading, and demonstrates ways to use this technology safely within your applications.
- Webcasts
- MSDN Webcast: Architecting Desktop Applications With 2.0 (Part 10 of 15): Multithreading for Performance and Responsiveness (Level 300)
- This webcast on designing desktop applications with the Microsoft .NET Framework 2.0 presents the theory behind multithreading, and demonstrates ways to use this technology safely within the applications.
- Webcasts
- Multithreaded Programs and dbx
- While a traditional UNIX process contains a single thread of control, multithreading separates a process into many execution threads, each of which runs independently. Multithreading the code has a number of benefits, but it can also introduce bugs that might be difficult to find. This paper suggests ways of avoiding...
- White papers
- Maximizing Application Performance on Chip Multithreading (CMT) Architectures
- This paper provides a set of best practices for developers and system administrators who want to achieve maximum application performance on Chip MultiThreading CMT architectures such as Sun servers with CoolThreads technology. A brief introduction to throughput computing is presented along with several examples that illustrate what CMT means in...
- White papers 2006-06-01
- MSDN Webcast: Developing Multithreaded Applications With the .NET Compact Framework 2.0 (Level 200)
- In this webcast, you will find out how to use the multithreading capabilities of the Microsoft .NET Compact Framework CF 2.0 to create responsive applications that target Microsoft Windows CE 5.0 and Microsoft Windows Mobile-based devices. This webcast shows you what you need to know to take advantage of the...
- Webcasts
- Multithreading loops
- Have you ever tried to do some parallel processing in a loop? Why or why not? If you did, how did you do it and what did you do?J.Ja
- Discussion threads 2007-09-24
- The JCilk Language for Multithreaded Computing
- JCilk extends the Java language to provide call-return semantics for multithreading, much as Cilk does for C. Java's built-in thread model does not support the passing of exceptions or return values from one thread back to the "parent" thread that created it. JCilk imports Cilk's fork-join primitives spawn and sync...
- White papers
- Observations Using SMT on an Oracle 9i OLTP Workload
- Simultaneous Multithreading SMT is a hardware multithreading technology which enables the execution of multiple instructions from multiple code paths, or hardware threads, in a single CPU clock cycle. POWER5 is the first IBM PowerPC processor to implement this technology, and has the capability of using either one or two hardware...
- White papers 2004-11-18
- How DB2 Exploits IBM eServer p5 And AIX 5L Simultaneous Multithreading
- By executing multiple threads on the same processor at the same time, Simultaneous Multithreading SMT enables concurrent execution of multiple instruction streams to help optimize processor utilization. AIX 5L v5.3 and POWER5 processors on i5 and p5 eServer systems fully automate SMT without requiring any application modifications or tuning. This...
- White papers 2004-07-01
- Horizontal Scaling on a Vertical System Using Zones in the Solaris 10 OS
- Multithreaded applications scale well on the new Chip MultiThreading CMT systems like the Sun Fire T1000/T2000 and V490 servers. Carriers and service providers can consolidate the back-end systems using CMT and multithreading. However, some applications are single-threaded, which will always provide an obstacle to performance and scalability. The Solaris 10...
- White papers 2006-06-01
- THRDPERF (exe)
- This article discusses how automation is used in the THRDPERF project to sample multithreading data using Microsoft Excel. This version is the first release on CNET Download.com.
- Software downloads 2007-09-20
- Personal OA System (exe)
- Personal OA System is a kind of OA utility console, which is compositive of personal daily working, entertainments & communications. The main functions are: daily affairs function: making planning mission; memorandum; address list; timing alarm; my appointment. sending & receiving e-mails. Common use information query: appeal calling; nationwide area codes...
- Software downloads 2005-11-14
- XLClient (exe)
- Interacting with Microsoft Excel: A Case Study in Automation. It discusses how Automation is used in the THRDPERF project to sample multithreading data using Microsoft. This version is the first release on CNET Download.com.
- Software downloads 2007-09-14
- Multithreading is a verb not a noun
- Steve Yegge's rather famous post, "Execution in the Kingdom of Nouns" has probably done more to frame and influence my thoughts about object-oriented programming OOP than anything else out there. In the discussion thread about my post on multithreading loops, I finally got a handle on why I feel that...
- Blog posts 2007-10-01
- ViperChat (exe)
- ViperChat is a multithreading, scriptable, LAN chat client-compatible with Vypress Chat protocol 1.93. It uses UDP communication over WinPcap packet capture drivers. Can be extended using Lua 5.0 programming language.
- Software downloads 2005-05-29
- Multithreading is a verb, not a noun
- Do existing MT constructs meet your needs?If you do MT work, does the way your language handles it help or hinder your work? If you have not tried MT yet, is it because the constructs make no sense?J.Ja
- Discussion threads 2007-10-01
- << Previous
- page 1 of 1
- Next >>
