peppeocchi / php-cron-scheduler

PHP cron job scheduler
MIT License
811 stars 144 forks source link

Does this support windows? if so, how does it achieve parallel tasks? #42

Closed buddhika162 closed 6 years ago

buddhika162 commented 6 years ago

It seems this is running tasks on the background to achieve parallelism. But does it work with windows?

hpr0009 commented 6 years ago

I'd also like to know the answer to this...

peppeocchi commented 6 years ago

@buddhika162 @hpr0009 sorry guys this wasn't designed to work on windows so I am not sure about the answer. But if you try it please let me know (if it doesn't I'd be happy to review/accept your PR)