Sponsored White Papers, Webcasts, and Downloads
ZDNet Resources
- A Composable Model for Analyzing Locality of Multi-Threaded Programs
- In a multi-threaded execution, threads may negatively interfere when their private data contends for shared cache or positively interact when the data brought in by one thread is used by other threads. This paper presents a model of such cache behavior to predict locality without exhaustive simulation and provide insight...
- Tags: Locality, Thread, Data Sharing
- White papers 2009-08-13
- Download Commander 3.0 (Windows)
- Download Commander is a program which allows you to download files from the Internet by using the HTTP protocol. It is possible to download only one file, but the strength of the program lies in the fact that it enables the user to select more than one file to download...
- Tags: Thread, File, Heitmeijer, Internet, Web Browsers, Microsoft Windows, Operating Systems, Software
- Software downloads 2009-04-06
- Coolthreads vs hyperthreading
- Laudon's description of the differences between Sun's SMP capable coolthreads approach to multi-threading and Intel's hyperthreading is as concise, lucid, and simple as anything I could find - so over to him: by Paul Murphy
- Tags: HyperThreading, Performance, T1, Sun UltraSPARC, Instruction, Thread, Multi-threading, James Laudon, SMT, Processors, Networking, Semiconductors, Hardware, Components, Paul Murphy
- Blog posts 2009-02-17
- MSDN Webcast: 24 Hours of Windows Mobile Application Development: IPC and True Push Technology on Windows Mobile (Level 300)
- The Microsoft .NET Compact Framework 3.5 offers a range of capabilities for developers to use asynchronous programming techniques inside their managed application. Even though the complexity of the application will slightly increase, making use of multiple threads inside the application can help to give users a better overall experience by...
- Tags: Microsoft Developer Network, Application Development, Microsoft Windows Mobile, Webcast, Mobile, Push Technology, Microsoft Windows, Microsoft Corp., Thread, Microsoft .NET Compact Framework 3.5, Operating Systems, Software
- Webcasts 2008-12-10
- Cellmate 1.1 (Mobile)
- Cellmate lets you create group of friends using nothing more than your mobile phone; send messages to one or more group members in one go, start group discussion threads, post comments to the threads in turnsCreate surveys/polls for the group members and get instant feedback. Planning an event? Need help...
- Tags: Mobile, Thread, mCliques, Advertising & Promotion, Marketing
- Software downloads 2008-10-01
- Intel Threading Tools and OpenMP
- Explicit threading methods, such as Windows threads or POSIX threads, use library calls to create, manage, and synchronize threads. Use of explicit threads requires an almost complete restructuring of affected code. On the other hand, OpenMP is a set of pragmas, API functions, and environment variables that enable one to...
- Tags: Thread, Tool, Intel Corp., OpenMP, Microsoft Windows, Development Tools, Operating Systems, Software, Software Development, Software/Web Development
- White papers 2008-05-02
- PicToWeave 1 (Windows)
- PicToWeave is a software application designed to allow custom fishing rod builders to design thread weaving patterns. It allows you to take an image and overlay it on a grid. Then you fill in the grid using the thread colors at your disposal and print a "Left List" or weaving...
- Tags: Thread, Rod, PicToWeave, Weave Design, Microsoft Windows, Tools & Techniques, Operating Systems, Software, Management
- Software downloads 2007-11-15
- Distributed Strategic Interleaving With Load Balancing
- The objective of this paper is to develop an algebraic theory of threads, interleaving of threads, and interaction of threads with services that covers the case where the threads and services are distributed over the nodes of a network and both explicit thread migration and implicit thread migration take place....
- Tags: Load Balancing, Thread, University Of Amsterdam
- White papers 2007-07-31
- Adore Mark 2006 1 (Windows)
- Adore mark 2006 is a benchmark tool for testing the system performance. It creates 100 threads and run for 20 seconds, after that it calculates the marks the number of task finished to represent the performance of your windows system. Each icon represent one single thread, when the thread complete...
- Tags: Performance, Microsoft Windows, Thread, Performance Management, Human Resources, Workforce Management
- Software downloads 2006-11-06
- TaskManager 1.0.0.2 (Mobile)
- provides information about programs and processes running on your PocketPC. It also displays the most commonly used performance measures for processes.Pocket PC Task Manager capabilities:View running applicationsView running processesView running threads of definite processView modules of definite processView heaps of definite processView CPUcommon and for definite process and Memory usageSwitch...
- Tags: Mobile, CPU, Thread, Diladele, Pocket PC, Processors, Handhelds, Hardware, Semiconductors, Components
- Software downloads 2006-04-24
- Abstract approaches to parallelism
- One of the things to avoid when it comes to parallelism is working with raw threads. Abstraction offers a way around the issue, by avoiding the need to deal with low-level details of parallel systems, as James Reinders explains.
- Tags: Thread, Abstraction, Intel
- Videos 2006-01-01
- Flash Spider 2.01 (Windows)
- Flash Spider is a tool designed to crawl web for flashes. After input a start URL and click the "Go" button Flash Spider will start the thread to crawl, soon you will get a list of flashes. Previewing flash is also supported.
- Tags: Start, Thread, Media-tool.com, Microsoft Windows, Productivity, Channel Management, Operating Systems, Software, Marketing
- Software downloads 2005-10-19
- tcpIQ Threadpool.net Test Harness 1.0 (Windows)
- tcpIQ Thread Pool is a .Net component for the efficient and elegant management of multiple threads in a .Net application. It has been developed to solve problems with the tracking, suspension. and termination of multiple threads. Levering the efficiency of the .Net Thread Pool class, the tcpIQ Thread Pool allows...
- Tags: Microsoft Windows, Thread, Sigma Solutions, tcpIQ Thread Pool, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2005-05-30
- Decimal Equivalents, Drills, & Tap Drills For The PalmOS 2.00 (Mobile)
- Decimal Equivalents, Drills, And Tap Drills For The PalmOS takes the familiar wall chart found in tens of thousands of machine shops and engineering offices throughout the world and puts it into the palm of your hand. And it doesn't stop there, includes information you won't find on that wall...
- Tags: Mobile, Thread, InfosystemsPro LLC, STI, Palm OS, Construction, Handhelds, Operating Systems, Software, Hardware
- Software downloads 2005-04-19
- tcpIQ Thread Pool 1.0 (Windows)
- tcpIQ Thread Pool is a .Net component for the efficient and elegant management of multiple threads in a .Net application. It has been developed to solve problems with the tracking, suspension and termination of multiple threads. Levering the efficiency of the .Net Thread Pool class, the tcpIQ Thread Pool allows...
- Tags: Microsoft Windows, Thread, tcpIQ Thread Pool, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2005-03-20
- Java Threads: Minimal Synchronization Techniques
- This paper completes the discussion of data synchronization and thread safety by examining two related topics. The paper begins with a discussion of the Java memory model, which defines how variables are actually accessed by threads. This model has some surprising ramifications; one of the issues that one will clear...
- Tags: Technique, O'Reilly Media Inc., Thread, Programming Languages, Flash Memory, Java, Software Development, Software/Web Development
- Book chapters 2004-08-26
- MSDN Webcast: Use Multithreading to Create Better Responding Smart Client Applications (Level 200)
- With the processing power available in today's personal computers, it makes sense to consider whether splitting up the application into multiple threads will improve performance. The presenter of this webcast shows how to create multithreaded applications using functionality that is provided in the Microsoft .NET Framework. The attendee will learn...
- Tags: Microsoft Developer Network, Webcast, Thread, Worker, Multi-threading
- Webcasts
- Cluster Computing With Single Thread Space
- To achieve Single System Image SSI for cluster computing is a challenging task since SSI is a form of complete transparency that requires the integration and unification of all types of resources in a cluster. This paper proposes a new Java computing platform with the concept of Single Thread Space,...
- Tags: Cluster Computing, Thread, University Of Hong Kong
- White papers
Additional Resources
- Did you buy a Motorola Droid? [open thread]
- The Motorola Droid smartphone has arrived on Verizon, and many of you have finally gotten your hands on the device. What do you think? by Andrew Nusca
- Tags: Motorola Inc., Smart Phones, Cellular Phones, Handhelds, Consumer Electronics, Personal Technology, Hardware, Andrew Nusca
- Blog posts 2009-11-09
- Batch HTML To MHT Converter 2009.1.1108 (Windows)
- HTM to MHT, HTML to MHTML/MIME-HTML Creator. HTM to MHT, HTML to MHTML/MIME-HTML Batch Converter for MIME HTML Web archiver. Batch HTM TO MHT Converter is HTM to MHT, HTML to MHTML/MIME-HTML Batch Converter for MIME HTML Web archiver. It can convert HTM to MHT, HTML to MHTML/MIME-HTML automatically. Batch...
- Tags: HTML, Microsoft Windows, Batchwork Software, HTM
- Software downloads 2009-11-08
- << Previous
- page 1 of 1
- Next >>
Popular Sanity Saver Videos
White Papers and Webcasts