[MOBY-guts] biomoby commit
José Manuel RodrÃguez Carrasco
jmrc at dev.open-bio.org
Mon Jan 26 15:24:39 UTC 2009
jmrc
Mon Jan 26 10:24:38 EST 2009
Update of /home/repository/moby/moby-live/Docs/MOBY-S_API/Perl
In directory dev.open-bio.org:/tmp/cvs-serv4955
Modified Files:
ExecuteSyncService.html
Added Files:
ExecuteAsyncService.html
Log Message:
users: jmrodriguez at cnio.es, jmfernandez at cnio.es
date: 26-Jan-2009
- Fixed some documentation typos.
- Add documentation that describes how to execute
asynchronous services.
moby-live/Docs/MOBY-S_API/Perl ExecuteAsyncService.html,NONE,1.1 ExecuteSyncService.html,1.6,1.7
===================================================================
RCS file: /home/repository/moby/moby-live/Docs/MOBY-S_API/Perl/ExecuteSyncService.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- /home/repository/moby/moby-live/Docs/MOBY-S_API/Perl/ExecuteSyncService.html 2008/02/14 02:09:32 1.6
+++ /home/repository/moby/moby-live/Docs/MOBY-S_API/Perl/ExecuteSyncService.html 2009/01/26 15:24:38 1.7
@@ -58,8 +58,8 @@
<h2><a name ="Discovering_your_service"> Executing a service in Synchronous mode </a></h2>
<div class="entrytext">
-The <b>"getGoTerm"</b> service that we have been discussing in this tutorial is a <strong>Sychronous Moby Service</strong>, meaning that if you execute it, the response from the
-server will immeidately contain the result data. This is distinct from <a href='ExecuteAsyncService.html'>Asynchronous Moby Services</a> where the service provider gives you a "ticket" with which
+The <b>"getGoTerm"</b> service that we have been discussing in this tutorial is a <strong>Synchronous Moby Service</strong>, meaning that if you execute it, the response from the
+server will immediately contain the result data. This is distinct from <a href='ExecuteAsyncService.html'>Asynchronous Moby Services</a> where the service provider gives you a "ticket" with which
you can retrieve the result data at a later time (e.g. for long-executing services). The way to know if a discovered service is Synchronous or Asynchronous is by the "category" method of the
<a href="http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Perl/docs/html/MOBY/Client/ServiceInstance.html">MOBY::Client::ServiceInstance</a> object. Synchronous
services use the category "moby", while Asynchronous services use the category "moby-async".
More information about the MOBY-guts
mailing list