fp7-ofelia / ocf

OFELIA Control Framework (OCF) is a set of software tools for testbed management.
http://fp7-ofelia.github.com/ocf/
Other
18 stars 14 forks source link

Call to OXAD breaking alternative (sync) protocol #174

Closed SergioVidiella closed 10 years ago

SergioVidiella commented 10 years ago

The synchronous call is not working properly, it ends before it should, due to asynchronism of the agent.

msune commented 10 years ago

Quick question, why is there a need for OXA to have a synchronous API? Isn't it sufficient that VM AM is blocking until the call has succeeded or timed-out?

SergioVidiella commented 10 years ago

In fact that's what it's done in the vt am sync api. Sorry if the title of the issue was confusing, OXA hasn't any sync api.