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

POEST::Server 0.20030407

  Date Added: July 14, 2010  |  Visits: 788

POEST::Server

Report Broken Link
Printer Friendly Version


Product Homepage
Download (90 downloads)

POEST::Server - The Poest Master General. SYNOPSIS my $server = POEST::Server->new( Config => POEST::Config::Genearl, ConfigFile => /etc/poest.conf, ); $server->start; ABSTRACT This module controls the server itself. All high-level server interaction happens here. new() Create a new server instance. This will not make the server run, but it will configure it, load the modules and configure them, and spawn the proper POE sessions. All the parameters passed to new will be passed directly to the configurator of your choice, as defined by the Config parameter (POEST::Config by default). run() Make the server run. This will block execution when called directly. start() Fork and start the server. This method will return the pid of the server. If the pidfile configuration parameter is found in the configuration class, an attempt is made to write that pid file. If that attempt fails, or if the pid file already exists, and exception is thrown and the attempt to start the server is stalled. stop() Stop the server. If a pidfile was specified, the pid will be read from it. Otherwise, an attempt to find a process name with the value of $0 is tried, by default that is set to poest. NOTE: As of right this minute, the process table magic isnt written as Proc::ProcessTable isnt ported to Darwin. Configuration Thses are the configuration parameters that the server itself needs from the configuration mechanism. hostname The main host that this smtp server runs for. port The port this server will run on. plugin This is a multi-value parameter. Each value is the full name of the module that contains the plugin class..

Requirements: No special requirements
Platforms: Linux
Keyword: Configuration Libraries Master New Pid Poest Poest Master General Poestserver Programming Server Start
Users rating: 0/10

License: Freeware Size: 24.58 KB
POEST::SERVER RELATED
Miscellaneous Mail Tools  -  InboxSpecialist 2000.32
Like a standard new mail checker, it will access your email server at specific intervals and check for new mail. Unlike most checkers, though, it displays the size of waiting mail, giving you the option of deleting it instead of downloading it....
836 KB  
Programming  -  Squarefish 5
Squarefish is a new endeavour to provide alternatives to boring programming languages and applications with the added bonus of very nice GUIs in most products thanks to the java look and feel!
255.66 KB  
Miscellaneous  -  Authentication - IMAP 1.0
Then go to the Plugins Manager and edit the new installed pluggin Authentication - IMAP, configure the IMAP server, the IMAP port and the default domain name for the IMAP server.When a user autenticates the plugin will try a sucessufull connection...
10 KB  
Games  -  dpmaster 2.2
Dpmaster is a lightweight master server written from scratch for LordHavoc's game engine DarkPlaces. It is an open master server because of its free source code and documentation, and because its Quake III Arena-like protocol allows it to fully...
102.4 KB  
Libraries  -  Tk::Getopt 0.49
Tk::Getopt is a user configuration window for Tk with interface to Getopt::Long. SYNOPSIS use Tk::Getopt; @opttable = ([opt1, =s, default], [opt2, !, 1], ...); $opt = new Tk::Getopt(-opttable => @opttable, -options => %options, -filename...
22.53 KB  
Libraries  -  Apache::NavBarDD 0.75
Apache::NavBarDD is a dynamic double-decker (two level) Navigation Bar. SYNOPSIS use Apache::NavBarDD; $Apache::NavBarDD::myBar = Apache::NavBarDD->new; The NavBarDD package provides a dynamic navigation bar along the lines of the NavBar...
7.17 KB  
Development Tools  -  PID Controller Design for a DC Motor 1.0
This is the demo file for video demo:http://www.mathworks.com/products/demos/sl...tor-video-demo/and "Seth on Simulink" blog post "PID Control Made Easy":http://blogs.mathworks.com/seth/The demo shows the new PID Controller block in Simulink and...
20.48 KB  
Network & Internet  -  StartupMaster 1.3
This extension is a minor enhancement for Firefox & Thunderbird. It asks your master password every time you start the application before the main window is displayed. If there is no master password set, the extension does nothing. Developer...
10.24 KB  
Libraries  -  LibCVS Perl 1.00.02
LibCVS Perl simplifies the job of writing tools around CVS by providing Perl libraries that programmers can access directly in their code. Its current focus is libraries that use the cvsclient protocol to talk to a CVS server and are targetted...
87.04 KB  
Libraries  -  ULBM 0.0.8
ULBM is a set of C libraries for questions related to math, statistics, and numerics. ULBM adds new data types and the APIs to deal with them. New data types in scope are matrices, vectors, etc. Its intended for those who need some basic math...
55.3 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB