scheduling
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 322
Active Block I/O Scheduling System 13
ABISS is an extension for the Linux kernel that implements priorities for disk IO operations. more>>
Apart from these guaranteed real-time (RT) streams, we also included multiple priorities for best-effort (BE) disk traffic.
The system consists of a framework that is added to the kernel, including an elevator implementing multiple priorities, with a policy and coordination unit implemented in user space. This approach ensures separation between the kernel infrastructure (the framework) and the policies (e.g. admission control) in user space.
The ABISS extensions are controlled through ioctls applied to files accessed through the regular POSIX API. A small library with wrapper functions shaped after stdio (abiss_fopen(), abiss_fread(), abiss_fwrite(), etc.) is available for applications preferring a higher-level API.
ABISS is still experimental. It can currently provide high priority for reading from a FAT, VFAT, ext2, and ext3 file system. Writing is always best-effort.
Only a framework for resource control exists. Therefore, the current implementation can enforce that an application conforms to the requested service, but it cannot make bandwidth guarantees. Furthermore, there are various sources of sporadic but significant delays in the kernel, which can affect the service obtained by an application.
Enhancements:
- Updated to Linux 2.6.16.1.
- The compatibility layer has been moved from a global handler into each ioctl in each filesystem supported by ABISS.
- CFQ is now supported.
- Power management and overlap handling have been disabled for this version.
<<lessThe system consists of a framework that is added to the kernel, including an elevator implementing multiple priorities, with a policy and coordination unit implemented in user space. This approach ensures separation between the kernel infrastructure (the framework) and the policies (e.g. admission control) in user space.
The ABISS extensions are controlled through ioctls applied to files accessed through the regular POSIX API. A small library with wrapper functions shaped after stdio (abiss_fopen(), abiss_fread(), abiss_fwrite(), etc.) is available for applications preferring a higher-level API.
ABISS is still experimental. It can currently provide high priority for reading from a FAT, VFAT, ext2, and ext3 file system. Writing is always best-effort.
Only a framework for resource control exists. Therefore, the current implementation can enforce that an application conforms to the requested service, but it cannot make bandwidth guarantees. Furthermore, there are various sources of sporadic but significant delays in the kernel, which can affect the service obtained by an application.
Enhancements:
- Updated to Linux 2.6.16.1.
- The compatibility layer has been moved from a global handler into each ioctl in each filesystem supported by ABISS.
- CFQ is now supported.
- Power management and overlap handling have been disabled for this version.
Download (0.15MB)
Added: 2006-04-01 License: GPL (GNU General Public License) Price:
1302 downloads
uschedule 0.7.1
uschedule is a scheduling service. more>>
uschedule is a scheduling service.
uschedule is not cron and uschedule is not at - it does offer similar functionality, but is not intended to be a drop-in replacement. It works differently. It’s designed to be different.
The uschedule package contains a number of tools, described below, to manage the scheduling of jobs. The uscheduled daemon is run by supervise.
A registered command defines what to run. A command may simply call a script or program somewhat, but may also be a complicated shell script. A command has an unique identifier (often simply called Job-ID or ID).
A uscheduled job defines when to run a command.
<<lessuschedule is not cron and uschedule is not at - it does offer similar functionality, but is not intended to be a drop-in replacement. It works differently. It’s designed to be different.
The uschedule package contains a number of tools, described below, to manage the scheduling of jobs. The uscheduled daemon is run by supervise.
A registered command defines what to run. A command may simply call a script or program somewhat, but may also be a complicated shell script. A command has an unique identifier (often simply called Job-ID or ID).
A uscheduled job defines when to run a command.
Download (0.078MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1240 downloads
phpScheduleIt 1.2.8
phpScheduleIt is an Open Source web-based reservation and scheduling system. more>>
phpScheduleIt is an Open Source web-based reservation and scheduling system, allowing users to register and then place reservations on any kind of resources, such as conference rooms, machines, computers, etc.
The administrative side of phpScheduleIt project, allows complete control over user permissions, resource data, reservation data, and is has many configurable settings.
Main features:
General Info and Setup
- OS and database independent. It will work on any system that supports PHP and any of the PEAR::DB supported databases.
- Supports multiple languages. Distributed with this package: English (US & GB), German, French, Spanish, Italian, Hungarian, Dutch, Finnish, Swedish and Turkish.
- Setup and update scripts are included to make installation painless.
- User database can be self-contained or authenticated through LDAP.
- The included help file guides users through all possible tasks.
- The included README describes all features and how to properly manage the system.
Administrative Features
- Multiple schedules are supported with unique resources.
- Blackout times are easy to add and manage to restrict reservations.
- User permissions allow the administrator to decide on what resources users can place reservations. This feature can be turned on or off from the configuration file.
- Reservation minimum and maximum time limits can be set on a per-resource basis.
- Administrator has power to add and manage an unlimited number of resources. All which can be toggled active and inactive at any point.
- Administrator has control over all reservations and can browse, modify and delete any reservation in the system.
- Resources can be set to require administrator approval for all reservations using the resource.
- Mass email feature allows the administrator to send out a system-wide email to notify users of resource downtime or other important information.
- Administrators can search through the reservation database with a very flexible search tool. Search results can be viewed as HTML, plain-text, XML or CSV.
- Database data can be dumped to the screen in XML or CSV format.
- Administrators can view a bar graph showing reservation statistics.
- Complete logging feature logs all activity through the system.
User Features
- Users can manage how and when they receive email notifications about their reservation activity.
- Recurring reservations and reservation summaries are completely supported.
- Support for multi-day reservations.
- Users can invite and manage reservation participants.
- Calendars can be viewed for the user, resource, or schedule in a day/week/month layout.
- A printer-formatted signup sheet can be printed for any resource.
- Schedule is GUI based with easy to identify reservations.
Configuration Options
- Time format, database server, email program and much more can be set in the config file.
- The code is object-based and there is a strong attempt to maintain complete separation of business logic and presentation. This makes it easy to change the look and feel or functionality of the system. The provided phpDocumentor-generated documentation is complete and easy to follow for any PHP programmer.
<<lessThe administrative side of phpScheduleIt project, allows complete control over user permissions, resource data, reservation data, and is has many configurable settings.
Main features:
General Info and Setup
- OS and database independent. It will work on any system that supports PHP and any of the PEAR::DB supported databases.
- Supports multiple languages. Distributed with this package: English (US & GB), German, French, Spanish, Italian, Hungarian, Dutch, Finnish, Swedish and Turkish.
- Setup and update scripts are included to make installation painless.
- User database can be self-contained or authenticated through LDAP.
- The included help file guides users through all possible tasks.
- The included README describes all features and how to properly manage the system.
Administrative Features
- Multiple schedules are supported with unique resources.
- Blackout times are easy to add and manage to restrict reservations.
- User permissions allow the administrator to decide on what resources users can place reservations. This feature can be turned on or off from the configuration file.
- Reservation minimum and maximum time limits can be set on a per-resource basis.
- Administrator has power to add and manage an unlimited number of resources. All which can be toggled active and inactive at any point.
- Administrator has control over all reservations and can browse, modify and delete any reservation in the system.
- Resources can be set to require administrator approval for all reservations using the resource.
- Mass email feature allows the administrator to send out a system-wide email to notify users of resource downtime or other important information.
- Administrators can search through the reservation database with a very flexible search tool. Search results can be viewed as HTML, plain-text, XML or CSV.
- Database data can be dumped to the screen in XML or CSV format.
- Administrators can view a bar graph showing reservation statistics.
- Complete logging feature logs all activity through the system.
User Features
- Users can manage how and when they receive email notifications about their reservation activity.
- Recurring reservations and reservation summaries are completely supported.
- Support for multi-day reservations.
- Users can invite and manage reservation participants.
- Calendars can be viewed for the user, resource, or schedule in a day/week/month layout.
- A printer-formatted signup sheet can be printed for any resource.
- Schedule is GUI based with easy to identify reservations.
Configuration Options
- Time format, database server, email program and much more can be set in the config file.
- The code is object-based and there is a strong attempt to maintain complete separation of business logic and presentation. This makes it easy to change the look and feel or functionality of the system. The provided phpDocumentor-generated documentation is complete and easy to follow for any PHP programmer.
Download (0.75MB)
Added: 2007-08-18 License: GPL (GNU General Public License) Price:
808 downloads
Schedule::Oncall 0.8.3
Schedule::Oncall module contains methods for managing an on-call schedule. more>>
Schedule::Oncall module contains methods for managing an on-call schedule.
Schedule::Oncall provides methods to manipulate an on-call schedule. One or more tables of schedules can be maintained, loaded, and searched. An on-call table is composed of seven days, where each day has a list of minute ranges which correspond to a particular person.
Information such as email address, pager number, etc. may be stored in the schedule configuration file. Simple variable assignments may also be made. Other textual information may be stored in the schedule in order to assist other applications (e.g., html headers or email body text), and variables substitution may occur within the text blocks.
Schedule files may be chosen based on weekly or monthly rotations, relative to the first week or month of the year. Weekly schedules begin on a Monday and end on a Sunday, the same as strftime(3)s %W" format. Each rotation is stored in a separate file, and the appropriate rotation is chosen at load time.
<<lessSchedule::Oncall provides methods to manipulate an on-call schedule. One or more tables of schedules can be maintained, loaded, and searched. An on-call table is composed of seven days, where each day has a list of minute ranges which correspond to a particular person.
Information such as email address, pager number, etc. may be stored in the schedule configuration file. Simple variable assignments may also be made. Other textual information may be stored in the schedule in order to assist other applications (e.g., html headers or email body text), and variables substitution may occur within the text blocks.
Schedule files may be chosen based on weekly or monthly rotations, relative to the first week or month of the year. Weekly schedules begin on a Monday and end on a Sunday, the same as strftime(3)s %W" format. Each rotation is stored in a separate file, and the appropriate rotation is chosen at load time.
Download (0.016MB)
Added: 2007-08-16 License: Perl Artistic License Price:
802 downloads
GNOME Schedule 1.1.0
GNOME Schedule is a system schedule maintenance tool. more>>
GNOME Schedule is a system schedule maintenance tool. GNOME Schedule project has support for the cron and at scheduling systems. It aims to be as HIG compatible as possible.
The target is to provide any sane desktop user with a tool to maintain the scheduling of his or her desktop tasks, while not requiring an understanding of the cron or at subsystems.
<<lessThe target is to provide any sane desktop user with a tool to maintain the scheduling of his or her desktop tasks, while not requiring an understanding of the cron or at subsystems.
Download (0.61MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1077 downloads
schedtool 1.2.9
schedtool can be used to query or alter a process scheduling policy under linux. more>>
schedtool project was born, because there was no tool to change or query CPU-scheduling policies under Linux. Support for CPU-affinity has also been added and most recently (re-)nicing of processes. Thus, schedtool is the definitive interface to Linuxs scheduler.
It can be used to avoid skipping for A/V-applications, to lock processes onto certain CPUs on SMP/NUMA systems, which may be beneficial for networking or benchmarks, or to adjust nice-levels of lesser important jobs to maintain a high amount of interactive
responsiveness under high load.
All output, even errors, go to STDOUT to ease piping.
If you dont know about scheduling policies, you probably dont want to use this program - or learn and read "man sched_setscheduler".
Certain modes (as of this writing: SCHED_BATCH and SCHED_ISO) need a patched
kernel.
Main features:
- query and alter a process scheduling policy
- specifically: _normal | _fifo | _rr | _batch | _iso
- set static priority needed for _fifo | _rr
- behaves better with newer -ck kernels and sched_iso
sched_batch
improve performance of long_running processes
improve performance of multiple cpu_hog processes
sched_fifo | _rr
fine_tune system for realtime_usage
cpu_affinity
avoid cache_bounces | scheduling_overhead
fully utilize dual_cpu_machines on network_load
lock processes to certains cpus at your wish
Enhancements:
- Installing the man page works again.
- Many typos have been corrected.
<<lessIt can be used to avoid skipping for A/V-applications, to lock processes onto certain CPUs on SMP/NUMA systems, which may be beneficial for networking or benchmarks, or to adjust nice-levels of lesser important jobs to maintain a high amount of interactive
responsiveness under high load.
All output, even errors, go to STDOUT to ease piping.
If you dont know about scheduling policies, you probably dont want to use this program - or learn and read "man sched_setscheduler".
Certain modes (as of this writing: SCHED_BATCH and SCHED_ISO) need a patched
kernel.
Main features:
- query and alter a process scheduling policy
- specifically: _normal | _fifo | _rr | _batch | _iso
- set static priority needed for _fifo | _rr
- behaves better with newer -ck kernels and sched_iso
sched_batch
improve performance of long_running processes
improve performance of multiple cpu_hog processes
sched_fifo | _rr
fine_tune system for realtime_usage
cpu_affinity
avoid cache_bounces | scheduling_overhead
fully utilize dual_cpu_machines on network_load
lock processes to certains cpus at your wish
Enhancements:
- Installing the man page works again.
- Many typos have been corrected.
Download (0.025MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1064 downloads
cpulimit 1.1
cpulimit is a simple program that attempts to limit the cpu usage of a process (expressed in percentage, not in cpu time). more>>
cpulimit is a simple program that attempts to limit the cpu usage of a process (expressed in percentage, not in cpu time). This is useful to control batch jobs, when you dont want they eat too much cpu.
cpulimit project does not act on the nice value or other scheduling priority stuff, but on the real cpu usage. Also, it is able to adapt itself to the overall system load, dynamically and quickly.
<<lesscpulimit project does not act on the nice value or other scheduling priority stuff, but on the real cpu usage. Also, it is able to adapt itself to the overall system load, dynamically and quickly.
Download (0.005MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1023 downloads
Java iCal Group Scheduler 1.5
Java iCal Group Scheduler is a group scheduling for Linux desktops and servers. more>>
Java iCal Group Scheduler enables several users to get together for a meeting, by using JICAL to translate their iCalendar files into their available free/busy time and post it automatically to your Web server.
This project enables Ximian Evolution desktop users to book meetings with each other (and Outlook users) via a Web server storing their Free/Busy information as specified in RFC2445.
It works with Evolution, Korganiser, Apple iCal, and MS Outlook (for meetings), and enhances your workgroup and personal calendar views. Shell scripts for converting to various image formats are also included.
<<lessThis project enables Ximian Evolution desktop users to book meetings with each other (and Outlook users) via a Web server storing their Free/Busy information as specified in RFC2445.
It works with Evolution, Korganiser, Apple iCal, and MS Outlook (for meetings), and enhances your workgroup and personal calendar views. Shell scripts for converting to various image formats are also included.
Download (2.44MB)
Added: 2005-04-19 License: LGPL (GNU Lesser General Public License) Price:
1652 downloads
shalVideo 1.4
shalVideo is a TV record sheduling program, the goal is that you can just use your computer just like a video recorder. more>>
shalVideo is a TV record scheduling program, the goal is that you can just use your computer just like a video recorder.
shalVideo just gives you the abstraction from other tools you MUST have installed, look at the Requirements for details.
shalVideo reads the channels list from a file that you have to write down, or download if there is one for your place. Right now, thanks to JCamGra, you can create the channels file from xawtv config using the xawitv2svch script
<<lessshalVideo just gives you the abstraction from other tools you MUST have installed, look at the Requirements for details.
shalVideo reads the channels list from a file that you have to write down, or download if there is one for your place. Right now, thanks to JCamGra, you can create the channels file from xawtv config using the xawitv2svch script
Download (0.20MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1366 downloads
WWW::IstanbulTeknik::Schedules 0.01
WWW::IstanbulTeknik::Schedules is a Perl interface to ITU-SIS schedules. more>>
WWW::IstanbulTeknik::Schedules is a Perl interface to ITU-SIS schedules.
SYNOPSIS
use WWW::IstanbulTeknik::SIS::Schedules;
my $crn = WWW::IstanbulTeknik::SIS::Schedules->new;
my @all_ata = $crn->parse(ata); # get all ata lessons
my @results = $crn->find_crn([30088, 30090]); # get only these CRNs
my @title = $crn->crn_title; # get titles
Gets the course schedules from ITU-SIS and parses them. You can also search within the parsed structures to filter the results.
<<lessSYNOPSIS
use WWW::IstanbulTeknik::SIS::Schedules;
my $crn = WWW::IstanbulTeknik::SIS::Schedules->new;
my @all_ata = $crn->parse(ata); # get all ata lessons
my @results = $crn->find_crn([30088, 30090]); # get only these CRNs
my @title = $crn->crn_title; # get titles
Gets the course schedules from ITU-SIS and parses them. You can also search within the parsed structures to filter the results.
Download (0.012MB)
Added: 2007-08-20 License: Perl Artistic License Price:
795 downloads
Amortization Schedule Calculator 1.0
Amortization Schedule Calculator lets you estimate your monthly loan repayments. more>>
Amortization Schedule Calculator also known as an amortization schedule calculator - lets you estimate your monthly loan repayments.
It also determines out how much of your repayments will go towards the principal and how much will go towards interest.
Simply input your loan amount, interest rate, loan term and repayment start date then click "Calculate".
This loan amortization calculator should only be used to estimate your repayments since it doesnt include taxes or insurance.
<<lessIt also determines out how much of your repayments will go towards the principal and how much will go towards interest.
Simply input your loan amount, interest rate, loan term and repayment start date then click "Calculate".
This loan amortization calculator should only be used to estimate your repayments since it doesnt include taxes or insurance.
Download (0.10MB)
Added: 2005-12-02 License: Freeware Price:
1427 downloads
The Figaro 1.1.0
The Figaro project is a framework for implicit graph algorithms and representations by OBDDs. more>>
The Figaro project is a framework for implicit graph algorithms and representations by OBDDs.
The "Framework for Implicit Graph Algorithms and Representations by OBDDs" (Figaro) automatically manages experiments with input generator and algorithm plugins.
It already contains some generators and algorithms for graph and scheduling problems.
<<lessThe "Framework for Implicit Graph Algorithms and Representations by OBDDs" (Figaro) automatically manages experiments with input generator and algorithm plugins.
It already contains some generators and algorithms for graph and scheduling problems.
Download (1.4MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1113 downloads
Shezhu Resource Sharing System 1.18
Shezhu Resource Sharing System is an application for scheduling and booking shared resources. more>>
Shezhu Resource Sharing System project is an application for scheduling and booking shared resources such as rooms and equipment.
The client only needs a modern Web browser.
It has a user friendly point and click interface, visual filters for making block/repeat bookings, concurrent users and double booking prevention, allows local site customization, and supports configurable academic term/semester blocks.
Main features:
- Portable - client only needs a modern web browser
- Point and Click - almost no typing required
- Intuitive - simple, obvious, consistent and user friendly
- Innovative - visual filters for making block/repeat bookings
- Powerful - concurrent users and double booking prevention
- Configurable - local site customization supported
- Useful - built in support for configurable academic term, semester and session blocks
- Free!
Requirements
In order to run or build the Shezhu Resource Sharing System you need some third-party software available on your machine.
Client
The client needs a modern web browser and the best browsers for this application are Firefox, Mozilla (including the Netscape branded equivalent and Gecko derivatives such as Galeon) and Microsoft Internet Explorer. The newest versions of all these browsers will work best. This application also works with the Konqueror and Opera browsers but these have some issues which may affect functionality. All browsers need JavaScript enabled. Any of these browsers may not work properly (or at all) depending on the operating system they are running under. Text based browsers (such as Lynx) are not supported.
For a comprehensive list of supported client browsers and operating systems refer to this browser compatibility chart from the most recent release of the application.
Server
The server needs recent versions of the Apache web server and the MySQL database server.
The server has only been tested on Redhat9 and FedoraCore3 Linux/i386 platforms although there is no specific reason why it should not work on other Linux platforms and distributions.
Development
Rebuilding this application from source requires a standard Unix development environment with the sh, make, cc, cpp, sed and awk utilities. Also required are RCS, Perl (5.6+) and the ImageMagick program. Also required is RPM to build a distribution. All these programs would probably come as standard in Linux distributions, other platforms may not have all of them by default.
Enhancements:
- This release adds support for Apache2 and multi-site installations, internal restructuring, a better installation tree, and improved access control management.
<<lessThe client only needs a modern Web browser.
It has a user friendly point and click interface, visual filters for making block/repeat bookings, concurrent users and double booking prevention, allows local site customization, and supports configurable academic term/semester blocks.
Main features:
- Portable - client only needs a modern web browser
- Point and Click - almost no typing required
- Intuitive - simple, obvious, consistent and user friendly
- Innovative - visual filters for making block/repeat bookings
- Powerful - concurrent users and double booking prevention
- Configurable - local site customization supported
- Useful - built in support for configurable academic term, semester and session blocks
- Free!
Requirements
In order to run or build the Shezhu Resource Sharing System you need some third-party software available on your machine.
Client
The client needs a modern web browser and the best browsers for this application are Firefox, Mozilla (including the Netscape branded equivalent and Gecko derivatives such as Galeon) and Microsoft Internet Explorer. The newest versions of all these browsers will work best. This application also works with the Konqueror and Opera browsers but these have some issues which may affect functionality. All browsers need JavaScript enabled. Any of these browsers may not work properly (or at all) depending on the operating system they are running under. Text based browsers (such as Lynx) are not supported.
For a comprehensive list of supported client browsers and operating systems refer to this browser compatibility chart from the most recent release of the application.
Server
The server needs recent versions of the Apache web server and the MySQL database server.
The server has only been tested on Redhat9 and FedoraCore3 Linux/i386 platforms although there is no specific reason why it should not work on other Linux platforms and distributions.
Development
Rebuilding this application from source requires a standard Unix development environment with the sh, make, cc, cpp, sed and awk utilities. Also required are RCS, Perl (5.6+) and the ImageMagick program. Also required is RPM to build a distribution. All these programs would probably come as standard in Linux distributions, other platforms may not have all of them by default.
Enhancements:
- This release adds support for Apache2 and multi-site installations, internal restructuring, a better installation tree, and improved access control management.
Download (0.22MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1366 downloads
IntraSchool 0.1.0
IntraSchool project is a school intranet management system. more>>
IntraSchool project is a school intranet management system.
IntraSchool is a school intranet management system for Announcements, Attendance, Assignments, and Computer Issue Tracking throughout a school.
Main features:
- Announcements
- Schoolwide: Viewable by any visitor [Events, Days off]
- Teacherwide: Viewable only by teachers
- Group/Clubwide: Viewable by all, but separated announcements for specific clubs
- Assignments
- Individual classbased assignments
- Students can subscribe to class assignment mailing list
- Students can retrieve missed assignments and scanned worksheets
- Students can submit homework online
- Web
- Standardized Layout that fits with entire site
- Word>HTML
- Scheduling
<<lessIntraSchool is a school intranet management system for Announcements, Attendance, Assignments, and Computer Issue Tracking throughout a school.
Main features:
- Announcements
- Schoolwide: Viewable by any visitor [Events, Days off]
- Teacherwide: Viewable only by teachers
- Group/Clubwide: Viewable by all, but separated announcements for specific clubs
- Assignments
- Individual classbased assignments
- Students can subscribe to class assignment mailing list
- Students can retrieve missed assignments and scanned worksheets
- Students can submit homework online
- Web
- Standardized Layout that fits with entire site
- Word>HTML
- Scheduling
Download (0.12MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1105 downloads
Click 1.5.0
Click modular router project is a fast, easily-extended software router. more>>
Click modular router project is a fast, easily-extended software router. Its designed to handle all stages of IP transactions, and includes support for packet mangling, packet scheduling, queueing, etc.
It can be run standalone on most Unix OSes or as a module for the Linux or Exopc kernels.
<<lessIt can be run standalone on most Unix OSes or as a module for the Linux or Exopc kernels.
Download (2.8MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1232 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above scheduling search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed