Home
last modified time | relevance | path

Searched refs:maxrequests (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/websh/websh-3.6.0b5/src/apachetests/docs/
H A Dpool2.ws314 …t "Counter is [web::interpcfg numreq]-$counter, maxrequests is [web::interpclasscfg $classid maxre…
23 web::interpclasscfg $classid maxrequests 7
24 …nter is [web::interpcfg numreq]-$counter, reset maxrequests to [web::interpclasscfg $classid maxre…
/dports/mail/spampd/spampd-2.61/previous-versions/
H A Dspampd-0.0.5.pl194 exit 0 if $self->{assassind}->{instance} > $self->{assassind}->{maxrequests}++;
200 my $maxrequests = 20;
218 maxrequests => \$maxrequests,
269 assassind => {maxrequests => $maxrequests,
H A Dspampd-1.0.2.pl181 exit 0 if $self->{spampd}->{instance}++ > $self->{spampd}->{maxrequests};
187 my $maxrequests = 20;
203 maxrequests => \$maxrequests,
257 spampd => {maxrequests => $maxrequests,
H A Dspampd.1.0.1.pl178 exit 0 if $self->{spampd}->{instance}++ > $self->{spampd}->{maxrequests};
184 my $maxrequests = 20;
200 maxrequests => \$maxrequests,
252 spampd => {maxrequests => $maxrequests,
H A Dspampd-2.00.pl572 exit 0 if $self->{spampd}->{instance}++ > $self->{spampd}->{maxrequests};
579 my $maxrequests = 20; # max requests handled by child b4 dying
599 maxrequests => \$maxrequests,
666 spampd => { maxrequests => $maxrequests,
H A Dspampd-2.10.pl703 my $maxrequests = 20; # max requests handled by child b4 dying
731 maxrequests => \$maxrequests,
827 max_requests => $maxrequests,
H A Dspampd-2.11.pl691 my $maxrequests = 20; # max requests handled by child b4 dying
720 maxrequests => \$maxrequests,
827 max_requests => $maxrequests,
H A Dspampd-2.12.pl703 my $maxrequests = 20; # max requests handled by child b4 dying
732 maxrequests => \$maxrequests,
839 max_requests => $maxrequests,
H A Dspampd-2.20.pl704 my $maxrequests = 20; # max requests handled by child b4 dying
728 maxrequests => \$maxrequests,
833 max_requests => $maxrequests,
H A Dspampd-2.13.pl704 my $maxrequests = 20; # max requests handled by child b4 dying
733 maxrequests => \$maxrequests,
840 max_requests => $maxrequests,
H A Dspampd-2.30.pl750 my $maxrequests = 20; # max requests handled by child b4 dying
777 maxrequests => \$maxrequests,
889 max_requests => $maxrequests,
H A Dspampd-2.32.pl759 my $maxrequests = 20; # max requests handled by child b4 dying
790 maxrequests => \$maxrequests,
925 max_requests => $maxrequests,
H A Dspampd-2.40.pl786 my $maxrequests = 20; # max requests handled by child b4 dying
817 maxrequests => \$maxrequests,
952 max_requests => $maxrequests,
H A Dspampd-2.40.forceuser.pl786 my $maxrequests = 20; # max requests handled by child b4 dying
817 maxrequests => \$maxrequests,
953 max_requests => $maxrequests,
/dports/www/websh/websh-3.6.0b5/src/apachetests/test/
H A Dpool.test35 Counter is 2-3, maxrequests is 10
36 Counter is 3-4, reset maxrequests to 7
37 Counter is 4-5, maxrequests is 7
38 Counter is 0-1, maxrequests is 7}
/dports/www/websh/websh-3.6.0b5/doc/mod_websh/conf/
H A Dwebsh.conf31 web::interpclasscfg "$webshroot/lib/websh/htmlhandler.ws3" maxrequests 0
33 web::interpclasscfg "$webshroot/htdocs/myApp.ws3" maxrequests 5
/dports/dns/bind911/bind-9.11.37/lib/dns/include/dns/
H A Ddispatch.h255 unsigned int maxbuffers, unsigned int maxrequests,
264 unsigned int maxbuffers, unsigned int maxrequests,
296 unsigned int maxbuffers, unsigned int maxrequests,
303 unsigned int maxbuffers, unsigned int maxrequests,
/dports/www/middleman/middleman/src/
H A Dlimits.c324 if (ll->maxrequests != 0) { in limits_xml()
326 snprintf(buf, sizeof(buf), "%u", ll->maxrequests); in limits_xml()
348 …nt, char *template, struct tm *from, struct tm *to, char *maxbytes, char *maxrequests, char *flags) in limits_ll_insert() argument
398 if (maxrequests != NULL) { in limits_ll_insert()
399 x->maxrequests = 0; in limits_ll_insert()
401 if (strcmp(maxrequests, "")) in limits_ll_insert()
402 x->maxrequests = strtoll(maxrequests, NULL, 10); in limits_ll_insert()
450 x->maxrequests = 0; in limits_ll_new()
596 if (ll->maxrequests != 0) ll->n_requests++; in limits_update()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/include/dns/
H A Ddispatch.h251 unsigned int maxrequests, unsigned int buckets,
259 unsigned int maxrequests, unsigned int buckets,
292 unsigned int maxbuffers, unsigned int maxrequests,
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/include/dns/
H A Ddispatch.h249 unsigned int maxrequests, unsigned int buckets,
257 unsigned int maxrequests, unsigned int buckets,
290 unsigned int maxbuffers, unsigned int maxrequests,
/dports/dns/bind916/bind-9.16.27/lib/dns/include/dns/
H A Ddispatch.h251 unsigned int maxrequests, unsigned int buckets,
259 unsigned int maxrequests, unsigned int buckets,
292 unsigned int maxbuffers, unsigned int maxrequests,
/dports/www/websh/websh-3.6.0b5/src/generic/
H A Dmodwebsh_ap.c344 long maxrequests = webInterpClass->maxrequests; in Web_InterpClassCfg_AP() local
348 &(webInterpClass->maxrequests)) != TCL_OK) { in Web_InterpClassCfg_AP()
352 Tcl_SetObjResult(interp, Tcl_NewLongObj(maxrequests)); in Web_InterpClassCfg_AP()
/dports/www/websh/websh-3.6.0b5/src/apachetests/conf/
H A Dwebsh.conf.tcl16 web::interpclasscfg $CWD/docs/pool2.ws3 maxrequests 10
/dports/mail/mailutils/mailutils-3.13/comsat/
H A Dcomsat.c198 { "max-requests", mu_c_uint, &maxrequests, 0, NULL,
260 unsigned maxrequests = 16; /* Maximum number of request allowed per variable
344 if (maxrequests != 0) in comsat_prefork()
347 if (reqcount > maxrequests) in comsat_prefork()
/dports/devel/py-wsgitools/wsgitools-0.3.1/wsgitools/scgi/
H A Dforkpool.py186 minworkers=2, maxworkers=32, maxrequests=1000, config={}, argument
228 self.maxrequests = maxrequests
386 for _ in range(self.maxrequests):

123