On Jun 22, 2007, at 12:52 PM, Clinton Gormley wrote:

Of course.  My daemon wrapper code checks if that particular job is
already running, and if so skips it. If the job is still running after
the Nth skip, it sends me a warning email

awesome.  that solves just about any problem you can have.

Why are you using DB locking for such long periods?  Almost none of my
code requires locks, and if there is something that DOES require a lock,
I lock, transform, unlock, making sure that the transform process is
quick.

i'm not on on purpose :)

but bugs happen, and when they do-- their effects end up looking like that.


// Jonathan Vanasco

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|   CEO/Founder SyndiClick Networks
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|     Founder/CTO/CVO
|      FindMeOn.com - The cure for Multiple Web Personality Disorder
|      Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|      RoadSound.com - Tools For Bands, Stuff For Fans
|      Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


Reply via email to