<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The Falkon provider already does bunching of multiple tasks in a single
WS call, as long as they are in the provider queue at the time when it
checks the queue, which it does every second... this polling interval
can be changed to be higher, if you are finding that only a few tasks
get submitted every time.  Or we can make it threshold based as well,
wait X seconds, or Y tasks... it wouldn't be hard to implement
different strategies to wait for more tasks...<br>
<br>
Ioan<br>
<br>
Ben Clifford wrote:
<blockquote
 cite="mid:Pine.LNX.4.64.0808011850340.5076@dildano.hawaga.org.uk"
 type="cite">
  <pre wrap="">On Fri, 1 Aug 2008, Zhao Zhang wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">For the purpose of efficiency of swift on BGP, is there a way for us to send
256 tasks at a time to one site?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Do you mean in one single job submission call? Swift will send the tasks 
separately to the provider layer (which probably in your case is 
provider-deef), so no. How the provider-layer gets tasks to the execution 
site is up to the provider - so potentially yes there. It might involve 
changing the falkon wire protocol though.

  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
===================================================
Ioan Raicu
Ph.D. Candidate
===================================================
Distributed Systems Laboratory
Computer Science Department
University of Chicago
1100 E. 58th Street, Ryerson Hall
Chicago, IL 60637
===================================================
Email: <a class="moz-txt-link-abbreviated" href="mailto:iraicu@cs.uchicago.edu">iraicu@cs.uchicago.edu</a>
Web:   <a class="moz-txt-link-freetext" href="http://www.cs.uchicago.edu/~iraicu">http://www.cs.uchicago.edu/~iraicu</a>
<a class="moz-txt-link-freetext" href="http://dev.globus.org/wiki/Incubator/Falkon">http://dev.globus.org/wiki/Incubator/Falkon</a>
<a class="moz-txt-link-freetext" href="http://dsl-wiki.cs.uchicago.edu/index.php/Main_Page">http://dsl-wiki.cs.uchicago.edu/index.php/Main_Page</a>
===================================================
===================================================

</pre>
</body>
</html>