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
- Numbers of new Core i7 iMacs are turning up DOA
- Reports are flowing in that some of the recently-shipped iMacs with Core i7Â Intel processors are shipping dead-on-arrival. Whoops. A currently 36-page thread on Apple's official support Forums has a whole slew of unhappy customers listing their already-deceased desktops. Many of them cite...
- Tags: Apple iMac, Apple Inc., Reports, Desktops, Media Center PCs, Hardware, Personal Technology, Home Entertainment, Rachel King
- Blog posts 2009-11-24
- Batch File FTP Sync Uploader 2009.1.1122 (Windows)
- Batch FTP Upload Synchronizer is an ultra-fast incremental FTP uploader/synchronizer. It has a friendly GUI and drag-n-drop interface which makes it easy to use software. Batch FTP Upload Synchronizer supports efficient Multi-Thread upload engine, so you can control the upload action with a couple of clicks. You can run the...
- Tags: FTP, Batch File, Batchwork Software, Microsoft Windows, Operating Systems, Software
- Software downloads 2009-11-22
- << Previous
- page 1 of 1
- Next >>
Enterprise Applications
-
Check out some of the easiest and most powerful ways to boost productivity
while saving money on your application infrastructure. See ZDNet's
comprehensive
Enterprise Application
resource center, now!
- New Online Dashboard
-
-
Read about top issues IT decision-makers face every day, plus get cost effective solutions to real life IT problems.
Oracle Topline
-
White Papers and Webcasts