About
VERSION
v0.6.0
REQUIREMENTS
You need Perl interpreter whose version is greater than or equal to v5.10.1.
This program is expected to run on almost UNIX like systems.
But not expected to run on Windows. Because this program use fork(2) of UNIX and POSIX signal(2), there may be problems on running it.
MILESTONE
Here are what I plan to implement to Koyomi towards v1.0.0:
- Semaphore or Mutex for job execution so that you can avoid a long-time job to run coincidently.
- Concept of job timeout. When semphore or mutex is implemented, a job must free it after job finishes.
But a job might fail without cleaning it up properly.
So after some time, it’s prefered to assume the job failed. Then let’s call that time Timeout. - Support for a few datasource types more.
CHANGES
See Changes on the repository.
LICENSE
Copyright © IKEDA Kiyoshi.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See LICENSE file.
AUTHOR
IKEDA Kiyoshi [email protected]