[Zope] Zope Startup Question: Threads Directive

Chris McDonough chrism@zope.com
Fri, 19 Jul 2002 14:16:33 -0400


Just so you know, this really has nothing whatsoever to do with
Zope... its just that Zope happens to be started with a Windows
batch file.

In Windows-world, %1, %2, %3, etc represent arguments to a batch
file.

So, for instance, if you had a batch file "foo.bat" that had the
following contents:

echo %1
echo %2
echo %3

If you called foo.bat as 'foo.bat "a" "b" "c"', it would echo

a
b
c

Get it?

----- Original Message -----
From: <hpinson@indepthl.com>
To: "Chris McDonough" <chrism@zope.com>
Cc: <zope@zope.org>
Sent: Friday, July 19, 2002 2:02 PM
Subject: Re: [Zope] Zope Startup Question: Threads Directive


> Hi Chris, thanks.  Could you clarify one thing:
>
> > No... these are command-line options.  When you pass -t9,
> > this takes the place of one of them.
>
> I'm not sure I understand what you are saying here.  What is 'one
of
> them'? The z2.py documentation says this about the -t flag:
>
> >  -t n
>
> >   The number of threads to use, if ZODB3 is used. The default
> >  is %(NUMBER_OF_THREADS)s.
>
>
>
> Harlow Pinson
> Indepth Learning
> Email: hpinson@indepthl.com
> Web: http://www.indepthl.com
> Voice: 505-994-2135
> FAX: 208-475-7678
>
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>