On 09/23/10 15:33, Sean Clark wrote:
>   On 09/23/2010 01:17 PM, Phil Stracchino wrote:
>> On 09/23/10 14:00, Sean Clark wrote:
>>> Does every connection count as a "job"?
>> No, but it does count as a *connection*, so if you have concurrency on
>> the client set to 1, then any other access while a job is running will
>> be denied or time out.  By the sound of it, you need to increase the
>> concurrency on the client.
> Well, that's what I mean, though - the terminology in the bacula-fd.conf 
> file is "Maximum Concurrent Jobs", so I hadn't expected to be denied 
> non-job-running connections.

If you look at it in the documentation, though, there is a discussion of
exactly this, pointing out that the Director needs an additional
connection to get status from any daemon, and that you should always
allow for a couple of "spare" connections in case needed.

Perhaps the directive might be better named "maximum connections", as
that's what it's really limiting, not jobs; but then it'd still be
necessary to explain that each job to run concurrently requires a
connection plus the director needs at least one additional connection
for status and control.  I don't believe there is any mechanism at the
moment to prevent you from - intentionally or accidentally - starting
sufficient simultaneous jobs on a client to consume all available
connections.


-- 
  Phil Stracchino, CDK#2     DoD#299792458     ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
         Renaissance Man, Unix ronin, Perl hacker, Free Stater
                 It's not the years, it's the mileage.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to