Since, by definition, RESTful calls are stateless, they can be
executed asynchronously.  If the script is read-only, you have no
problems with asynchronous execution of threads (each script is a
thread).  If you have a "critical section", i.e. part of the script
where concurrent writes are necessary and could cause issues, then use
sml:RequestLock and sml:ReleaseLock around the critical section.

-- Scott

On Jun 26, 7:26 am, Catrina <[email protected]>
wrote:
> These calls can be done asynchronously?  Do you have an asynchronous
> example?
> I might've missed this in the documentation.

-- 
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en


Reply via email to