Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.392.000 Times

Thread Spool Holders software
Filter: All | Freeware | Demo
 

Thread Spool Holders

1 2 3 4 5 > 
Added: August 06, 2010 | Visits: 2.728

Inter-Thread Communication Inter-Thread Communication (ITC) aims to make it exceedingly easy to call functions in other threads. The lexer does all the work, so just run the lexer on your headers, then call the stub functions. In addition, it also provides a complete threading API, with the four threading primitives...



Platforms: *nix

License: Freeware Size: 419.84 KB Download (110): Inter-Thread Communication Download

Added: February 04, 2010 | Visits: 826

Thread::Apartment Thread::Apartment is an apartment threading wrapper for Perl objects. SYNOPSIS package MyClass; use Thread::Apartment::Server; use base qw(Thread::Apartment::Server); sub new { # # the usual constructor # } # # mark some methods as simplex # sub get_simplex_methods { return {...





Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): Thread::Apartment Download

Added: November 23, 2010 | Visits: 1.358

Thread::Pool Thread::Pool contains group of threads for performing similar jobs. SYNOPSIS use Thread::Pool; $pool = Thread::Pool->new( { optimize => cpu, # default: memory pre => sub {shift; print "starting worker with @_n", do => sub {shift; print "doing job for @_n"; reverse @_}, post => sub...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (103): Thread::Pool Download

Added: February 05, 2010 | Visits: 876

Thread::Tie Thread::Tie can tie variables into a thread of their own. SYNOPSIS use Thread::Tie; # use as early as possible for maximum memory savings # use default thread + tieing + create thread when needed tie $scalar, Thread::Tie; tie @array, Thread::Tie; tie %hash, Thread::Tie; tie *HANDLE,...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Thread::Tie Download

Added: August 19, 2010 | Visits: 850

RT-Thread RT-Thread is a real-time operating system. It is designed specifically for small memory footprint platforms. The kernel supports the tranditional RTOS services, such as multiple threads, semaphores, mutexes, event flags, mailboxes, etc. RT-Thread project also provides a C-expression interpreter...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (105): RT-Thread Download

Added: June 25, 2010 | Visits: 885

Mail::Thread::Chronological Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure. SYNOPSIS use Mail::Thread; use Mail::Thread::Chronological; my $threader = Mail::Thread->new( @messages ); my $lurker = Mail::Thread::Chronological->new; $threader->thread; for my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Mail::Thread::Chronological Download

Added: September 04, 2010 | Visits: 1.020

POE::Component::Pool::Thread POE::Component::Pool::Thread is a POE Managed Boss/Worker threadpool. SYNOPSIS use POE qw( Component::Pool::Thread ); POE::Component::Pool::Thread->new ( MinFree => 2, MaxFree => 5, MaxThreads => 15, StartThrneads => 5, Name => "ThreadPool", EntryPoint => &thread_entry_point,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): POE::Component::Pool::Thread Download

Released: March 17, 2023  |  Added: March 21, 2023 | Visits: 505

Spool Queue Viewer++ Spool Queue Viewer++ is a feature rich spool queue viewer that windows should have by default, we have taken it to the next level... many features include viewing of all printers and number of print jobs, view tray, pages, paper size, dpi, collate, color / BW, priority, duplex mode, copies, job...


Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $59.95 USD Size: 42.27 MB Download (145): Spool Queue Viewer++ Download

Released: January 01, 2004  |  Added: September 14, 2006 | Visits: 4.100

absolutePDF-Spool Base AbsolutePDF Spool lets your legacy applications generate PDF files without the need for other expensive tools. No Adobe Acrobat required! Convert ASCII spool files to PDF with a click ! Just extract your documents as an ASCII file and feed it to absolutePDF-Spool to obtain a perfect PDF file in...


Platforms: Windows

License: Shareware Cost: $140.00 USD Size: 3.12 MB Download (164): absolutePDF-Spool Base Download

Added: August 11, 2008 | Visits: 949

tcpIQ Thread Pool 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...


Platforms: Windows

License: Shareware Cost: $395.00 USD Size: 490 KB Download (93): tcpIQ Thread Pool Download

Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 340

Spool Pilot for Mac Spool Pilot makes it possible to spool printouts from arbitrary applications in several popular graphic formats as easily as it is now to save them in a PDF file. From the point of view of the user, the procedure of saving printouts is very much the same. Mac OS X made PDF (Portable Document...


Platforms: Mac

License: Shareware Cost: $44.95 USD Size: 921.6 KB Download (50): Spool Pilot for Mac Download

Released: January 03, 2013  |  Added: January 03, 2013 | Visits: 768

Money on Thread The application for personal budgeting, with a brilliant new idea to put money on thread (literally) has been released -- it's simple, maybe too simple -- if you are professional go with Microsoft Money or Quicken ... this one is for the rest of the world, like us (financial newborns). In a...


Platforms: Java

License: Freeware Size: 5.54 MB Download (539): Money on Thread Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 317

Spool Slice This project is a utility to allow the splitting up of extremely large 'mbox'-style mail spool files into managable chunks - particularly chunking the spool by day, but in the future with a wider range of customizable filters.


Platforms: Windows, Mac, Linux

License: Freeware Size: 8.43 KB Download (47): Spool Slice Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 414

Thread-GDB Extend the multi-thread capabilities of the gdb debugger. This targets POSIX threads implementations, although attempts to remain neutral with respect to the threads implementation. Creating a robust environment for thread debugging is the goal.


Platforms: Mac, BSD, Linux

License: Freeware Size: 5.92 KB Download (49): Thread-GDB Download

Added: November 02, 2013 | Visits: 245

Thread::RWLock RWLocks provide a mechanism to regulate access to resources. Multiple concurrent reader may hold the rwlock at the same time, while a writer holds the lock exclusively. New reader threads are blocked if any writer are currently waiting to obtain the lock. The read lock gets through after all...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Thread::RWLock Download

Released: April 18, 2009  |  Added: July 30, 2009 | Visits: 1.441

ZylSerialPort ZylSerialPort is a Delphi / C++Builder thread based asynchronous serial port component. Use ZylSerialPort component to easily communicate with external devices on serial port connection, such as modems, bar code readers and so on.


Platforms: Windows

License: Shareware Cost: $39.99 USD Size: 807.52 KB Download (101): ZylSerialPort Download

Added: January 03, 2010 | Visits: 861

FifoEmbed FifoEmbed is a thread-safe basic queue, packet queue, and FIFO allocator. When programming device drivers, network stacks, and similar systems, you often need a queue and storage management. FifoEmbed provides three C abstract data types, all implemented on top of circular arrays: - A basic...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): FifoEmbed Download

Added: January 11, 2010 | Visits: 758

GUASI GUASI library implements a thread based generic asyncronous execution engine, to be used to give otherwise syncronous calls an asyncronous behaviour. GUASI comes from Generic Userspace Asyncronous Syscall Interface. It can be used to wrap any syncronous call, so that it can be scheduled for...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (94): GUASI Download

Added: November 23, 2010 | Visits: 1.031

DM1 Threads Library DM1 Thread Library is part of the DM1 project. This library was born out of my need to have a portable C++ Thread library that would be simple to use, and would provide all the necessary Threads functionality I required for the DM1 project. Initially, this library was in C, but when I decided...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (98): DM1 Threads Library Download

Added: February 25, 2010 | Visits: 762

Mudpit Mudpit is an intelligent, modular, and reliable spool processor for Snorts unified format. Whats New in This Release: - This release adds per-spool configuration variables for SID/Gen map, reference, and class files. - It improves the logging system, which will log at appropriate priorities....


Platforms: *nix

License: Freeware Size: 389.12 KB Download (91): Mudpit Download

1 2 3 4 5 >