Main > Free Download Search >

Free cluster script

cluster

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16
Cluster Data Source Failover CFC 1.0

Cluster Data Source Failover CFC 1.0


The job of this CFC is implementing a data source fail over using Coldfusion. The goal was to develop a way to switch users to a successful server in a cluster when their desired server failed, and then switch them back to their original server once that more>> The job of this CFC is implementing a data source fail over using Coldfusion. The goal was to develop a way to switch users to a successful server in a cluster when their desired server failed, and then switch them back to their original server once that server was available. This script also makes sure that the fail over was spread out across the successful connections evenly so 1 server wouldnt take the brunt of the load if possible.<<less
Added: 2007-05-11 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Cluster Data Source Failover CFC
License:Freeware
Download
916 downloads
Added: 2007-05-11
Dictioner 0.201

Dictioner 0.201


Text processor to aid in style analysis. It splits the given text into paragraphs, and sentences. It can count world and syllables. It counts syllables using vowel-clusters and takes into account the irregularities of English. It displays the averages of more>> Text processor to aid in style analysis. It splits the given text into paragraphs, and sentences. It can count world and syllables. It counts syllables using vowel-clusters and takes into account the irregularities of English. It displays the averages of syllables, words, sentence length, paragraph length, etc. This is very useful for English style analysis.<<less
Added: 2004-06-30 License: BSD Price: $0.00USD
11 downloads
 
Other version of Dictioner
DictionerTommy Li - It counts syllables using vowel-clusters and takes into account the. Text processor to aid in style analysis. It splits the given text into paragraphs, and sentences
License:BSD Style
Download
1951 downloads
Added: 2004-06-30
Pinglounge

Pinglounge


Pinglounge will monitor your site completely free every 5 minutes and alert you by email or sms upon triggered events. Pinglounge also offers CommandIT - you can issue custom commands upon triggers. 5 Monitors and 2 CommandITs plus 10 sms credits are more>> Pinglounge will monitor your site completely free every 5 minutes and alert you by email or sms upon triggered events. Pinglounge also offers CommandIT - you can issue custom commands upon triggers. 5 Monitors and 2 CommandITs plus 10 sms credits are provided free upon registration. Pay as you go or Monthly Invoicing payment methods available. UK based company. Pinglounge is hosted on clustered servers for ultimate reliability.<<less
Added: 2007-05-30 License: Freeware Price: $0.00USD
12 downloads
VISITaTOR 1.0

VISITaTOR 1.0


Clustering and visual presentation of visitor groups based on access patterns more>> Clustering and visual presentation of visitor groups based on access patterns<<less
Added: 2005-06-01 License: Freeware Price: $0.00USD
11 downloads
EMS Search Engine Integra 7.

EMS Search Engine Integra 7.


Enterprise strength, high performance, super fast metasearch engine. Great solution for top-end portals and search engines. Up to 3 search routines including clustering search, blended search and per engine search. Full range of extensions: advanced more>> Enterprise strength, high performance, super fast metasearch engine. Great solution for top-end portals and search engines. Up to 3 search routines including clustering search, blended search and per engine search. Full range of extensions: advanced search, preference setting, search viewer, personal search folders/mailer, addurl, link bidding and more. Diverse target content categories.<<less
Added: 2002-06-17 License: Commercial Price: $0.00USD
14 downloads
MySQL Binlog Rotate 1.0

MySQL Binlog Rotate 1.0


MySQL Binlog Rotate is such a great and useful PHP class that can be used to rotate binary logs in a MySQL 5 cluster. more>> MySQL Binlog Rotate 1.0 is such a great and useful PHP class that can be used to rotate binary logs in a MySQL 5 cluster.<<less
Added: 2009-08-01 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
downloads
Quartz 1.6.5

Quartz 1.6.5


This job scheduling system can be integrated with, or used along side virtually any J2EE or J2SE application more>>

Quartz 1.6.5 brings you a useful scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application

Applications can vary from the largest e-commerce system to the smallest stand-alone application. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of- tousands of jobs; jobs whose tasks are defined as standard Java components or EJBs.

The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering.

Major Features

  1. Job Scheduling:
    • At a certain time of day (to the millisecond)
    • On certain days of the week
    • On certain days of the month
    • On certain days of the year
    • Not on certain days listed within a registered Calendar (such as business holidays)
    • Repeated a specific number of times
    • Repeated until a specific time/date
    • Repeated indefinitely
    • Repeated with a delay interval
  2. Job Execution:
    • Jobs can be any Java class that implements the simple Job interface, leaving infinite possibilities for the work the Jobs can perform.
    • Job class instances can be instantiated by Quartz, or by the applications framework.
    • When a Trigger occurs, the scheduler notifies zero or more Java objects implementing the JobListener and TriggerListener interfaces (listeners can be simple Java objects, or EJBs, or JMS publishers, etc.). These listeners are also notified after the Job has executed.
    • As Jobs are completed, they return a JobCompletionCode which informs the scheduler of success or failure. The JobCompletionCode can also instruct the scheduler of any actions it should take based on the success/fail code such as immediate re-execution of the Job.
  3. Job Persistence:
    • The design of Quartz includes a JobStore interface that can be implemented to provide various mechanisms for the storage of jobs.
    • With the use of the included JDBCJobStore, all Jobs and Triggers configured as "non-volatile" are stored in a relational database via JDBC.
    • With the use of the included RAMJobStore, all Jobs and Triggers are stored in RAM and therefore do not persist between program executions but this has the advantage of not requiring an external database.
  4. Transactions:
    • Quartz can participate in JTA transactions, via the use of JobStoreCMT (a subclas of JDBCJobStore).
    • Quartz can manage JTA transactions (begin and commit them) around the execution of a Job, so that the work the Job does happens within a JTA transaction.
  5. Clustering:
    • Fail-over.
    • Load balancing.
  6. Listeners & Plug-Ins:
    • Applications can catch scheduling events to monitor or control job/trigger behavior by implementing one or more listener interfaces.
    • The Plug-In mechanism can be used add functionality to Quartz, such keeping a history of job executions, or loading job and trigger definitions from a file.
    • Quartz ships with a number of "factory built" plug-ins and listeners.
  7. Runtime Environments:
    • Quartz can run embedded within another free standing application
    • Quartz can be instantiated within an application server (or servlet container), and participate in XA transactions
    • Quartz can run as a stand-alone program (within its own Java Virtual Machine), to be used via RMI
    • Quartz can be instantiated as a cluster of stand-alone programs (with load-balance and fail-over capabilities)

Enhancements

  • Records in QRTZ_TRIGGER_LISTENERS table are deleted when trigger is paused and resumed
  • Logging Trigger History Plugin.trigger Misfired writes incorrect message
  • Send Destination Message Job throws naming exception
  • Send Queue Message Job throws Class Cast Exception when used with xml plugin acquire Next Trigger executing on Managed Tx Connection when using JobStoreCMT and configured not to acquire triggers within lock
<<less
Added: 2009-06-26 License: Other Free / Open Source License - Apache 2.0 License Price: OtherFreeOpenSourceLicenseApache2.0License
21 downloads
Spacecraft Engineering Toolbox 3.4

Spacecraft Engineering Toolbox 3.4


Spacecraft Engineering Toolbox - Satellite tracker, Rocket trajectory simulator more>>
Spacecraft Engineering Toolbox 3.4 is a kind of toolbox which features a tracker, Rocket trajectory simulator. It includes a satellite tracker MSatTrack. You can input orbital parameters defined by yourself or existing ones (included). The tracking is done in 3D and the resulting ground-tracks are then plotted on a 2D map after the simulation is done. Several satellites can be simulated simultaneously and data can of course be retrieved from the simulation.

The toolbox also contains a rocket trajectory simulator. There is an archive with wRASP motor data included and you can specify your own motor data and even create your own wRASP files. The simulator is capable of simulating multistage rockets but does not include the capability of clustering.

There is also a tool for specifying rocket specific variables such as motors, drag coefficients, diameters, masses and separation delays for each stage. This rocket data can be used as single argument input for the simulator.

There are also some extra functions for designing thermal control, calculating visibility for a satellite, Gregorian to Julian date conversion, hohmann transfer orbits, sorting satellites in a satellite struct array, showing UTC time and plotting rocket motor data, etc...

Most programs/functions in this toolbox are GUI-based and ought to be pretty much user-friendly and easy to use. This toolbox can be used in MATLAB 5.1 and upwards. It is tested in 5.1, 5.3 and 6.0. It is mainly created in 5.1.

<<less
Added: 2007-07-31 License: Freeware Price: Freeware
19 downloads
Blossoc 1.1.1-1

Blossoc 1.1.1-1


Blossoc is a linkage disequilibrium association mapping tool. more>> Blossoc 1.1.1-1 offers you a powerful application which is also a linkage disequilibrium association mapping tool. Genealogies for each site in the input and score these according to non-random clustering of affected individuals, and judge high-scoring areas as likely candidates for containing disease affecting variation.

Building the local genealogy trees is based on a number of heuristics that are not guaranteed to build true trees, but have the advantage over more sophisticated methods of being extremely fast. Blossoc can therefore handle much larger datasets than more sophisticated tools, but at the cost of sacrificing some accuracy.

<<less
Added: 2007-06-07 License: GPL - GNU Public License Price: GPLGNUPublicLicense
14 downloads
H2 Database Engine

H2 Database Engine


H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. more>> H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. A web console application is included. Clustering is supported as well. It can run as a Java application or as a native executable.<<less
Added: 2005-12-16 License: Other Free / Open Source License Price: Free
1444 downloads
PuSSH - Pythonic, Ubiquitous SSH 1.05

PuSSH - Pythonic, Ubiquitous SSH 1.05


PUSSH is "Pythonic Ubiquitous SSH" - a command line wrapper script for sending commands to multiple machines in parallel, i.e. in *real time*, with options for controlling the degree of parallelism, timeouts, and node selections. At present, PuSSH is more>> PUSSH is "Pythonic Ubiquitous SSH" - a command line wrapper script for sending commands to multiple machines in parallel, i.e. in *real time*, with options for controlling the degree of parallelism, timeouts, and node selections. At present, PuSSH is composed of two Python modules, one of which is called explicitly by the other, but this "construct" may change in future versions. PuSSH was designed for usage on networks / clusters / machine farms with lots, or multiple hosts (or indeed over the entire internet, for that matter), ideally wherein SSH is configured with Kerberos or RSA/DSA keys in such a way as to avoid any password authentication. Using PUSSH, you can send the same command via SSH to a range of machines of practically any size, and IN PARALLEL - if the abovementioned conditions for SSH password authentication are met. If not, then some nifty capabilities are also on offer for purely sequential command execution on your target machines.<<less
Added: 2006-09-01 License: GPL Price: $0.00USD
14 downloads
 
Other version of PuSSH - Pythonic, Ubiquitous SSH
PuSSH - Pythonic, Ubiquitous SSHPuSSH was designed for usage on networks / clusters / machine farms with lots, or multiple hosts (or indeed over the entire internet, for that matter), ideally wherein SSH is configured with Kerberos
License:GPL
Download
1149 downloads
Added: 2006-09-01
DataFeedFile.com - shopping tools for affiliates

DataFeedFile.com - shopping tools for affiliates


DataFeedFile.com downloads data feed file from hundreds of Merchants at least once a day. Downloaded data are imported, organized, categorized and matched our Internal Products Database. Imported data are indexed into our clustered search server to more>> DataFeedFile.com downloads data feed file from hundreds of Merchants at least once a day. Downloaded data are imported, organized, categorized and matched our Internal Products Database. Imported data are indexed into our clustered search server to provide quick and accurate shopping search engine functionality. For affiliates and webmasters, you only need to learn how to use our HTML Codes and customize it to seamlessly display our HTML Codes results within your web site.<<less
Added: 2006-06-20 License: Freeware Price: $0.00USD
10 downloads
PHPNews 1.3.0

PHPNews 1.3.0


The following are a few of the features in PHPNews. - XHTML 1.0 Strict and Valid CSS for the next generation of web design. - RSS News Feeds - Easy Administrative enviornment - Multiple Languages (User selectable language files) - News Categories more>> The following are a few of the features in PHPNews. - XHTML 1.0 Strict and Valid CSS for the next generation of web design. - RSS News Feeds - Easy Administrative enviornment - Multiple Languages (User selectable language files) - News Categories (Sort News into Categories for easy access) - Easily Modify the look and feel of your News Templates with our powerful News Templating System. - Multiple User Accounts (With user access: Admin, Moderator, Trusted User and News Poster so multiple people can post news with different access privilages). - Post news in xHTML or BBCode (special tags to make posting news even easier) - News Previews (Preview news before it goes live) - Ability to link long news stories or images on to new pages to prevent clustering. - Easily upload images to include in your news through our Image Uploading Feature - Comments (People who visit your website can leave comments about your news posts) - IP Banning (Ban people from making comments by their IP) - Censored Words (You can set words you want censored made by people in comments) - Send to Friend link (Allow guests to email the news piece to a friend) - Keep track of the number of Views of Articles - Previous/Next Links in News - Smilies! (Add emoticons to your news posts) - Archive system (So anyone can easily gain access to old news - can be ordered by Month/Year and by News Categories) - Headlines (Show the latest headlines on any of your websites pages) - Plus loads, loads more!<<less
Added: 2003-07-23 License: GPL Price: $0.00USD
10 downloads
 
Other version of PHPNews
PHPNewsAbility to link long news stories or images on to new pages to prevent clustering. - Easily upload images to include in your news through our Image Uploading Feature - Comments (People who visit
License:GPL
Download
2288 downloads
Added: 2003-07-23
dotCMS 1.6.5 web CMS 1.6.5

dotCMS 1.6.5 web CMS 1.6.5


dotCMS is an open source, J2EE Web Content Management System (CMS) that includes a number of CRM-like features that many proprietary CMS solutions do not. dotCMS is extremely easy for both users and developers to work with- any number of new applications more>> dotCMS is an open source, J2EE Web Content Management System (CMS) that includes a number of CRM-like features that many proprietary CMS solutions do not. dotCMS is extremely easy for both users and developers to work with- any number of new applications can be built within its framework. It offers features such as: * Virtual Hosting * Full Starter site * Web 2.0 Calendar * Custom content types * Site wide Templating * Object Level Permissions * Clustering Support * Widgets and Macros (photo galleries, video players, mp3 players, image resizer, thumbnail generator, file repositories)<<less
Added: 2005-05-18 License: GPL Price: $0.00USD
14 downloads
DBMail 2.0.7

DBMail 2.0.7


What are the advantages? Free, and open source! Scalability DBMail is as scalable as the database system that is used for the mail storage. In theory millions of accounts can be managed using DBMail. One could, for example, run 4 different more>> What are the advantages? Free, and open source! Scalability DBMail is as scalable as the database system that is used for the mail storage. In theory millions of accounts can be managed using DBMail. One could, for example, run 4 different servers with the pop3 daemon each connecting to the same database (cluster) server. Manageability DBMail is based upon a database. DBMail can be managed by changing settings in the database (f.e. using PHP/Perl/SQL), without needing shell access. Speed DBMail uses very efficient, database specific queries for retrieving mail information. This is much faster then parsing a filesystem. Security DBMail has got nothing to do with the filesystem or interaction with other programs in the Unix environment which need special permissions. DBMail is as secure as the database its based upon. Flexibility. Changes on a DBMail system (adding of users, changing passwords etc.) are effective immediately.<<less
Added: 2005-08-08 License: GPL Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2