durusmail: quixote-users: Re: Fwd: [Quixote-users] Long running task.
Long running task.
2005-01-22
Re: Long running task.
2005-01-24
2005-01-24
Fwd: [Quixote-users] Long running task.
2005-01-26
Re: Fwd: [Quixote-users] Long running task.
2005-01-26
2005-01-27
2005-01-27
2005-01-27
Re: Fwd: [Quixote-users] Long running task.
Titus Brown
2005-01-27
-> > Let me know if you need any more info on Linda tuple spaces ;).
->
-> Just curious. Did your postgresql based tuple space implementation work out?
-> Does it work well?

I'm still using it, and I have no regrets.  At this point it's processed
literally hundreds of hours of jobs over a 3 yr period, with ~5-10
machines on the processing back-end.

My one caveat is that managing multiple processes on multiple machines
can be ... challenging.  For example, I still have no automated failure
recovery: if a process dies while executing a long-running task, there's
no easy way to tell short of watching for jobs that fail to execute in a
reasonable time frame.  This situation is rare, so I've opted to involve
a human (by automated e-mail notification) rather than have some more
complicated watchdog process system set up.

cheers,
--titus

reply