View Single Post
  #5 (permalink)  
Old 06-08-2007, 07:59 AM
Albert Albert is offline
Senior Member
 
Join Date: Jun 2007
Posts: 114
Albert is on a distinguished road
Thanks to all, I comment as I solved my problem in case somebody needs help:

finally I create a model in the data base where I save my process that desire to execute from the application WEB,

and a program in java that is called from a shell through crontab that executes these processes, thus can be running in the server

To know how it goes the progress of the single procedure I consult the state of the scheduler table,

which is by_toexecute, inexecution, executedOk and executedwitherror.

Albert
Reply With Quote