Hi,

I'm using wsapi for web services. I am trying to figure out how to make a
service call non blocking. The reply address for the started process is
stored so that it can communicate back to the client which started the
process in the first place. I imagine it something like this:

- service is called from xavante  -> enter wsapi run function
- start new process, passing reply service url
- process starts
- return from wsapi run function
.....
- process runs
- process calls back to reply address
- process ends


I don't know how to do this. I've been looking at coroutines, but I think
they're not an option since I need the run function to return in order to
make it non-blocking. I am currently not using Orbit, but if it offers
solutions for things like this I'm happy to try it. I'm hoping someone can
give me a push in the right direction.

Thijs
_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to