|
|
Daemon Thread |
All | Freeware
|
|
|
Thread::Apartmen t
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 { 'bar' => 1 };
}
#
# mark some methods as urgent
#
sub get_urgent_methods {
return { 'bingo' => ... |
May 21st 2011 |
Freeware |
|
72k |
Bandwidth Daemon
Bandwidth Daemon is a network bandwidth monitor utility. It allows you to define packet filters to monitor traffic from a specific address, port, etc. It runs as a web server, so you can access it from anywhere. |
February 14th 2003 |
Shareware |
 |
205k |
Kiwi Syslog Daemon
Kiwi Syslog Daemon is a freeware Syslog Daemon for the Windows platform. It receives, logs, displays and forwards Syslog messages from hosts such as routers, firewalls, Unix hosts and any other syslog enabled device. There are many customizable options available. ... |
April 27th 2004 |
Freeware |
|
5,686k |
Music Player Daemon
Music Player Daemon (MPD) is a server that allows remote access for playing music (MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave) and managing playlists.
Music Player Daemon makes a great desktop player with frontend options (Qt, GTK, ncurses, Windows, and ... |
May 1st 2011 |
Freeware |
|
379k |
Gizmo Daemon
Gizmo Daemon is the Linux Input Device Utility.
Ever want to make use of those keyboard keys and mouse buttons that X won't let you use? Ever want to quickly define a keyboard shortcut to do something like change or mute ... |
February 2nd 2011 |
Freeware |
|
133k |
gnome-settings-d aemon for Linux
gnome-settings-daemon is a simple daemon to handle GNOME's session settings.
Installation:
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system.
Running `configure' might take a while. ... |
August 6th 2011 |
Freeware |
|
1,823k |
GNOME DVB Daemon
GNOME DVB Daemon is a daemon written in Vala to setup your DVB devices,
record TV shows and browse EPG. It can be controlled direclty via its D-Bus interface or with UI applications that come with it.
Here are some key features ... |
October 12th 2011 |
Freeware |
|
563k |
Daemon::Generic
Daemon::Generic is a Perl module that provides a framework for starting, stopping, reconfiguring daemon-like programs. The framework provides for standard commands that work for as init.d files and as apachectl-like commands.
Programs that use Daemon::Generic subclass Daemon::Generic to override its behavior. ... |
March 1st 2011 |
Freeware |
|
10k |
DAEMON Tools Lite for Mac
First DAEMON Tools solution for mounting CD/DVD disc images on Mac. Get basic DAEMON Tools Lite features in free beta version.
Mount CD/DVD disc images
DAEMON Tools Lite for Mac enables you to mount up to 4 CD/DVD disc images ... |
May 31st 2012 |
Freeware |
|
1,881k |
ReportGen for Cisco PIX
RnR ReportGen for Cisco PIX creates reports based on users Internet activity. It takes the logs created by a PIX Firewall and displays a user selected report in a web browser. Logs are read from a tab delimited file that ... |
November 28th 2001 |
Shareware |
 |
2k |
ReportGen for SonicWALL
RnR ReportGen for SonicWALL creates reports based on users Internet activity. It takes the logs created by a SonicWALL Firewall and displays a user selected report in a web browser. Logs are read from a tab delimited file that has ... |
November 28th 2001 |
Shareware |
 |
2k |
ReportGen for GNATBox
RnR ReportGen for GNATBox creates reports based on users Internet activity. It takes the logs created by a GNATBox Firewall and displays a user selected report in a web browser. Logs are read from a tab delimited file that has ... |
November 28th 2001 |
Shareware |
 |
2k |
ReportGen for Netscreen
RnR ReportGen for Netscreen creates reports based on users Internet activity. It takes the logs created by a Netscreen Firewall and displays a user selected report in a web browser. Logs are read from a tab delimited file that has ... |
November 28th 2001 |
Shareware |
 |
2k |
SoftDisc
Burning your own CDs is not a thing that is particularly interesting, neither it is difficult. However, most CD burning tools do not provide you with an easy way of creating and managing disk images so that you could store ... |
December 17th 2005 |
Shareware |
|
3,505k |
Kiwi Syslog Daemon Service
Kiwi Syslog Daemon is a freeware Syslog Daemon for the Windows platform. It receives, logs, displays and forwards Syslog messages from hosts such as routers, switches, Unix hosts and any other syslog enabled device. There are many customisable options available.Features ... |
April 27th 2004 |
Freeware |
|
3,993k |
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 ... |
March 31st 2005 |
Shareware |
|
490k |
QK SMTP Server
QK SMTP Server is a powerful but easy-to-use smtp server software, which can send mails from localhost to the recipients' mailboxes directly at an amazingly high speed. Arrived or not, you will get a feedback instantly.
QK SMTP Server can ... |
August 11th 2005 |
Shareware |
|
1,782k |
Kiwi Secure Tunnel
Free Secure Tunnel Service for use with Kiwi Syslog Daemon (or compatible). It receives, compresses, and securely transports syslog messages from distributed network devices to a Kiwi Syslog Daemon. With Kiwi Secure Tunnel it is possible to securely and reliably ... |
November 9th 2005 |
Freeware |
|
5,828k |
HXTT Access
HXTT Access contains the only Pure Java type 4 JDBC(1.2, 2.0, 3.0) driver packages for Microsoft Access version from 2.0, 95, 97, 2000, XP, 2002, to 2003, which supports transaction, embedded access, and remote access. It supports all transactions level ... |
November 14th 2005 |
Shareware |
|
804k |
HXTT Text (CSV)
HXTT Text (CSV) contains the only type 4 JDBC(1.2, 2.0, 3.0) driver packages for raw data, flat text , CSV file, TSV file, fixed-length, and variable-length binary file, which supports transaction, embedded access, and remote access. It is backward compliant ... |
November 15th 2005 |
Shareware |
 |
786k |
|
|
Diagnosing Java Code : The Orphaned Thread bug pattern
When working with multithread code, a master thread is usually used to send messages. This may be queued up for processing by other threads. During processing by the other threads the master thread puts up an exception, the remaining threads ... |
November 22nd 2005 |
Freeware |
|
|
News Daemon
News Daemon is a multi-platform compatible script written in PHP and PERL and utilizes MySQL on its backend for its databases. It enables users to submit news and also comment on stories. |
December 13th 2005 |
Freeware |
|
|
SoftWeb thread
This is a message board application that helps the users to post messages on the boards online. This program provide notification email to the admin for every postings made by the users. This program has an cookie option for the ... |
December 16th 2005 |
Freeware |
|
|
Super Thread
Super Thread is a discussion board that provides a complete discussing solutions for your website.Session based authentication,dreamweaver integration,versatile template system,unlimited forums and messages are the key features of this board. |
December 13th 2005 |
Commercial |
|
|
tcpIQ Thread Pool
tcpIQ Thread Pool is a .Net component for the efficient and elegant management of multiple threads in a .Net application. / The .Net Framework provides thread creation and advanced synchronisation functionality but once multiple threads are running there is no ... |
December 8th 2005 |
Commercial |
|
|
TGP Daemon
TGP Daemon is a powerful PHP based script that allows webmasters to manage multiple domains from a single website link. You would be able to manage all your domains very easily through the gallery rotator. Using this online program you ... |
December 13th 2005 |
Commercial |
|
|
Thread Safety Issues
This is a tutorial that elaborates on thread safety issues. The author defines that thread safety is the program for keeping the speed of the programs associated with testing. Author says that this tutorial will be of much use for ... |
December 11th 2005 |
Freeware |
|
|
Using Monitor Class For Thread Synchronization
Using Monitor Class For Thread Synchronization is an user friendly tutorial for the programmers through which they can collect details about the multi threading process which helps to respond for multiple calls at a same time. The author explains about ... |
December 13th 2005 |
Freeware |
|
|
Active LogFile
Using this powerful utility you can / generate daily, weekly and monthly log files which contains thread as well as perfomance information about your COM based applications. This log file contains unlimited number of string and any object, a header, ... |
December 5th 2005 |
Freeware |
|
|
ActiveSocket Network Communication Toolkit
Toolkit to enhance your applications or scripts with client/server network socket communication, automated telnet sessions, wake up on lan (Wake On Lan, WOL), RSH (remote shell script) capabilities and more. Use this component with ASP, ASP.NET, Visual Basic, Visual Basic.NET, ... |
December 16th 2005 |
Commercial |
|
|
|
|
Audio Thread Object v1.0
This unit contains a thread object for sending audio data to the sound card through MMSystem. It is very simple to use and was purposely desinged that way for people to add onto it. The code is well commented and ... |
June 24th 2006 |
|
|
30k |
ZylSerialPort.NET 1.20
ZylSerialPort.NET is a thread based, event driven, asynchronous serial port .NET component. Use ZylSerialPort.NET component to easily communicate with external devices on serial port connection, such as modems, bar code readers, GSM modules and others. ZylSerialPort.NET is written 100% in ... |
February 18th 2006 |
|
|
489k |
A Simple - Artificial Intelligence (AI) Chatbot
This application demonstrates how to write a VB client for an AI chat bot. The code it self is only a few pages, documented and easy to understand. This example uses the Transplantable Artificial Neurological Units (TANU) architecture. After you ... |
August 29th 2006 |
|
|
5k |
Windows Std Serial Comm Lib for Xbase++ 4.2
MarshallSoft serial communication component Xbase++ library (DLL) for serial port (RS-232. RS-422, RS-485) communications.
Features of the Windows Serial Communications Library (WSC4XB) include: Uses the standard Windows API to communicate with any device connected to a serial port. Includes 34 ... |
November 6th 2006 |
|
|
327k |
Personal C Sharp 1.51
Although the main objective of Personal C Sharp has been to enable a person who has no extensive software experience to use the .NET library to create his / her own programs for personal use, it has evoluted to a ... |
November 13th 2006 |
|
|
227k |
|
|