Hi all

In my Session bean, I need to do the following things:

*  Update DB
*  Create a UNIX process that does a few things
*  Update DB
*  Create a UNIX process ....

In such a case, what sort of Transaction Processing support does EJB /
App Server provide me?

Does it provide only the DB transaction processing help.  If this is the
case, what sort of technology / approach should I be handling to do
transaction processing for all the UNIX processes I create?  (For
instance, kill them - rollback?)

- anand

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to