RE: Please help me on Parallel deployment

helcyon1-ss4n/[email protected]
Newsgroups gmane.comp.java.smartfrog.user
Message-ID <[email protected]>
Hi,

 I need to just install MySQL, Tomcat, and Apache on separate machines
using Smartfrog workflow mechanism.
But it is still not working.
Can you tell me why? is this a problem because I use a little old version
of smartfrog? I use version 3.04.008.

The following is the simplified sf code.
---------------------------------------------
sfConfig extends Parallel{
   actions extends LAZY{

      do_1 extends Run{
         action extends LAZY Compound {
             //install apache...
         }
      }

      do_2 extends Run{
         action extends LAZY Compound {
             //install tomcat...
         }
      }

      do_3 extends Run{
         action extends LAZY Compound {
             //install mysql...
         }
      }
   }
}
-----------------------------------------------------
Each installing job is a long running. Thus, I absolutely need three runs
must be run parallel.
Why do the runs run sequencially?

Thanks,
Gueyoung Jung


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.