[Saga-devel] async object creation
Hartmut Kaiser
hartmut.kaiser at gmail.com
Sun Jan 25 13:02:48 CST 2009
Andre,
> > > > I tried to use the brand new async object creation, with the
> > following
> > > > code:
> > > >
> > > > #include <saga/saga.hpp>
> > > >
> > > > int main ()
> > > > {
> > > > saga::url u ("fork://localhost");
> > > > saga::task t = saga::job::service::create
> > > > <saga::task::Async> (u);
> > > > saga::job::service js = t.get_result <saga::job::service> ();
> > > >
> > > > return 0;
> > > > }
> > >
> > > This works fine for me. What error do you actually see?
> > > Sorry if I missed the point in your initial mail.
> >
> > Sorry if I wasn't clear. For me, the main problem is that
> > the aws_job adaptor gets active, because the
> > instance_data->rm_ URL is empty.
> >
> > Its not a high priority at the moment - Probably won't be
> > able to change MapReduce to use this in time...
>
> Sorry, I'm not able to follow. What are you talking about?
Ok, I think I understand what you meant. Should be fixed now. Could you
retry, please?
Regards Hartmut
PS: Does the new UUID stuff work?
More information about the saga-devel
mailing list