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.174.415 Times

Francine Dee Thread software
Filter: All | Freeware | Demo
 

Francine Dee Thread

< 1 2 3 4 5 
Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 297

IVJ Logger JAVA LOGGING API that targets: - Simplicity (1 line to init & log, no external objects) - Maintability (auto monthly & yearly archives) - Performance (bckg min priority thread pool) - Extensibility (simple design) Try it!



Platforms: Windows, Mac, Linux

License: Freeware Size: 173.49 KB Download (47): IVJ Logger Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 584

JAMon API JAMon API is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor the performance and scalability of production applications. JAMon tracks hits, execution times (total, avg, min, max, std dev), and more.





Platforms: Windows, Mac, Linux

License: Freeware Size: 1.14 MB Download (50): JAMon API Download

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 534

Java Hibernation Package Java Hibernation Package is an experimental implementation of Java thread serialization mechanism based on the Java Platform Debugger Architecture (JPDA). It is designed to support serialization of synchronizing multiple threads.


Platforms: Windows, Mac, Linux

License: Freeware Size: 134.35 KB Download (45): Java Hibernation Package Download

Released: September 02, 2012  |  Added: September 02, 2012 | Visits: 393

Laputa A virtual world engine writen by C# Provide network,serialization,thread management,work flow,cluster management,RPC etc.It's designed for concurrency. For performance, it doesn't use lock to resolve conflicts, otherwise it use queues.


Platforms: Windows, Mac, Linux

License: Freeware Size: 32.47 KB Download (49): Laputa Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 285

mtftpd mtftpd is another ftp server, but based in a multi process/thread model.


Platforms: Mac, BSD, Linux

License: Freeware Size: 90.05 KB Download (48): mtftpd Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 308

PHP Threading Library Pseudo-thread support in pure PHP5 code. Spawn fully asynchronous threads using any function or static method as an entrypoint. Bi-directional communication is implemented via loopback sockets. Platform independent.


Platforms: Windows, Mac, Linux

License: Freeware Size: 32.39 KB Download (49): PHP Threading Library Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 594

swet: sustained workload efficiency test swet (sustained workload & efficiency test) is a portable benchmark for POSIX and BSD operating systems with multi-thread and multi-process capabilities and flexible, powerful report options.


Platforms: Mac, BSD, Linux

License: Freeware Size: 70.97 KB Download (52): swet: sustained workload efficiency test Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 223

threadpool threadpool is a cross-platform C++ thread pool library. It provides a convenient way for dispatching asynchronous tasks and can be easily customized. threadpool is based on the high-quality Boost source libraries.


Platforms: Windows, Mac, Linux

License: Freeware Size: 57.23 KB Download (47): threadpool Download

Released: July 06, 2012  |  Added: July 06, 2012 | Visits: 369

Tiny Grasshopper Cache Store The Tiny Grasshopper Cache Store provides a memory based, least recently used (LRU), thread-safe caching mechanism that can openly cache any Java Object. The cache store is easy to use and doesn't require any setup.


Platforms: Windows, Mac, Linux

License: Freeware Size: 8.94 KB Download (47): Tiny Grasshopper Cache Store Download

Added: November 22, 2013 | Visits: 345

TymeacSE TymeacSE is a full-feature, multi-threading, fork-join framework for Java SE development (RMI and internal server). TymeacSE provides a high performance queuing facility, professional thread management and recursive processing that is easy to use.


Platforms: Mac

License: Freeware Size: 5.93 MB Download (53): TymeacSE Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 506

JAME JAME is a Java real-time multi-thread fractal graphics platform which supports images and animations. The core of JAME is the graphics engine which supports layers, filters, effects and alpha composition. JAME creates Mandelbrot and Julia fractals and supports zoom, rotation and colour shift....


Platforms: Mac

License: Freeware Size: 17.6 MB Download (49): JAME Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 606

Lightning Brain TextStich for InDesign Lightning Brain TextStich for InDesign plug-in helps the user to highly reduce the number of mouse clicks needed to thread together multi-frame text flows. Two threading methods are provided: 'Quick Stitch' which allows threading of frames in user-defined order with just a single mouse click per...


Platforms: InDesign CS, CS2, or CS3

License: Freeware Size: 1.1 MB Download (49): Lightning Brain TextStich for InDesign Download

Added: May 10, 2013 | Visits: 246

mail2thread mail2thread finds threads in a bunch of mail messages and outputs them in various ways. It is rather sophisticated and can be controlled by various options.Several options are designed to work with MH, the best mail front end around.  If mail is not given a scan listing with lines containing the...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (55): mail2thread Download

Added: May 10, 2013 | Visits: 190

Similar Topics This mod adds a table at the bottom of a thread and displays other threads that are silimar in topic.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (49): Similar Topics Download

Added: May 10, 2013 | Visits: 339

HelpDesk For osCommerce The thread of communication is stored in the database where a ticket number is assigned to a thread.It is possible to create template responses which can be used when replying to a ticket entry.Departments are setup to handle different areas of communication (help, sales, information, etc).


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (48): HelpDesk For osCommerce Download

Added: May 10, 2013 | Visits: 374

Integrating Twisted reactor with IPython This script allows you to run the Twisted reactor event loop in a thread alongside an IPython shell, for introspecting a running Twisted process.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Integrating Twisted reactor with IPython Download

Added: May 10, 2013 | Visits: 564

Missed SIGINT in multithreaded programs Multithreaded Python programs often ignore the SIGINT generated by a Keyboard Interrupt, especially if the thread that gets the signal is waiting or sleeping. This module provides a workaround by forking a child process that executes the rest of the program while the parent process waits for...


Platforms: Windows, Python,

License: Freeware Download (51): Missed SIGINT in multithreaded programs Download

Added: May 10, 2013 | Visits: 631

Java Application Monitor The Java Application Monitor (JAMon) is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor production applications. JAMon can be used to determine application performance bottlenecks, user/application interactions, track application scalability, and...


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (59): Java Application Monitor Download

Added: May 10, 2013 | Visits: 325

Libcwd Libcwd is a thread-safe, full-featured debugging support library for C developers. It includes ostream-based debug output with custom debug channels and devices, powerful memory allocation debugging support, as well as run-time support for printing source file:line number information and...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (52): Libcwd Download

Added: May 10, 2013 | Visits: 314

ZThread This is an advanced platform-independant, object-oriented threading and synchronization library. Designed and tested under POSIX & Win32 systems. It is not just another thread wrapper.


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (54): ZThread Download

< 1 2 3 4 5