/ Zope / Apsis / Pound Mailing List / Archive / 2004 / 2004-10 / release

[ << ] [ >> ]

[ Can pound handle 4000 reqs/s? / Jan Abraham ... ] [ Ideal Configuration? / Jordan Lederman ... ]

release
Robert Segall <roseg(at)apsis.ch>
2004-10-18 11:23:51 [ SNIP ]
I would be grateful if you, list subscribers, could confirm that the latest 
-current is working correctly for you - or not, as the case may be. I'd 
really like to release 1.8 this week if we are agreed that it's clean enough.
-- 
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-1-920 4904

Re: release
"Simon Matter" <simon.matter(at)ch.sauter-bc.com>
2004-10-18 14:14:26 [ SNIP ]
> I would be grateful if you, list subscribers, could confirm that the
> latest
> -current is working correctly for you - or not, as the case may be. I'd
> really like to release 1.8 this week if we are agreed that it's clean
> enough.

It's working here since it came out and I didn't have any problems so far.

Simon


Re: release
Guilherme Monteiro <guilherme(at)endurance4x4.com.br>
2004-10-18 15:01:57 [ SNIP ]
Em Segunda 18 Outubro 2004 06:23, Robert Segall escreveu:
> I would be grateful if you, list subscribers, could confirm that the latest
> -current is working correctly for you - or not, as the case may be. I'd
> really like to release 1.8 this week if we are agreed that it's clean
> enough.

Robert,

I see no problems at all. 
Here running latest -current under daemontools on Debian 3.0 UML kernel 
2.6.7-1 + openssl 0.9.7d, 31 virtualhosts + 2 ssl sites, 32.000 requests/day.

Best Regads,
Guilherme Buonfiglio de Castro Monteiro
--
guilherme(at)endurance4x4.com.br
São Bernardo do Campo - SP - BRASIL

Re: release
Francisco Alves Cabrita <francisco(at)nortenet.pt>
2004-10-19 02:46:41 [ SNIP ]
Em Segunda 18 Outubro 2004 10:23, o Robert Segall escreveu:
> I would be grateful if you, list subscribers, could confirm that the latest
> -current is working correctly for you - or not, as the case may be. I'd
> really like to release 1.8 this week if we are agreed that it's clean
> enough.

Hello,, 
I think i can't respond possitive to this until some one help me figure what's 
wrong with this: 

I already contact the ML but without anwsers... ( i pasted the mail here)

Thanks in advance
Francisco

-------------------------------------------------------------------------------------------
...(Date: 2004-10-09 04:25)...
-------------------------------------------------------------------------------------------

Hello
Me again :S

Sorry, i need WebDAV/+msdav support in pound so,, after reading the pounds man 
page and website i rebuilded it with 
(FreeBSD 5.2.1-RELEASE-p11 via ports collection)

added CFLAGS= -DMSDAV to Makefile and rebuild the port:
make FORCE_PKG_REGISTER=yes package

and activated WebDAV 1 in pound.cfg

and it worked ,, i can access the site via Konkeror as webdav://SITE2.XPTO.NET 
but, yes is there a problem,, i can create, edite and remove files from it 
but i cant delete folders (empty folders created at this time).
((i have user and group definition correr under http.conf (www:www) and 
permissoin iqual in this web_folder.))

the message i get is:
CANT CONNECT TO SERVER: SITE2.XPTO.PT:82

:82 is where APACHE2 runs ,, i remember my pound service is listening in port 
80.

in apache logs is:
include [09/Oct/2004:03:06:12 +0000] "PROPFIND /PORKA HTTP/1.1" 301 350

and pound dont register any error.

Can someone help me ""again""  to figure out whats wrong here !?

Thanks allot in advance
Francisco 

Re: release
"Simon Matter" <simon.matter(at)ch.sauter-bc.com>
2004-10-19 07:24:02 [ SNIP ]
> Em Segunda 18 Outubro 2004 10:23, o Robert Segall escreveu:
>> I would be grateful if you, list subscribers, could confirm that the
>> latest
>> -current is working correctly for you - or not, as the case may be. I'd
>> really like to release 1.8 this week if we are agreed that it's clean
>> enough.
>
> Hello,,
> I think i can't respond possitive to this until some one help me figure
> what's
> wrong with this:
>
> I already contact the ML but without anwsers... ( i pasted the mail here)
>
> Thanks in advance
> Francisco
>
>
-------------------------------------------------------------------------------------------
> ...(Date: 2004-10-09 04:25)...
>
-------------------------------------------------------------------------------------------
>
> Hello
> Me again :S
>
> Sorry, i need WebDAV/+msdav support in pound so,, after reading the pounds
> man
> page and website i rebuilded it with
> (FreeBSD 5.2.1-RELEASE-p11 via ports collection)

The ports package is version 1.7. Are you sure you're using Pound-current
here?

>
> added CFLAGS= -DMSDAV to Makefile and rebuild the port:
> make FORCE_PKG_REGISTER=yes package
>
> and activated WebDAV 1 in pound.cfg
>
> and it worked ,, i can access the site via Konkeror as
> webdav://SITE2.XPTO.NET
> but, yes is there a problem,, i can create, edite and remove files from it
> but i cant delete folders (empty folders created at this time).
> ((i have user and group definition correr under http.conf (www:www) and
> permissoin iqual in this web_folder.))
>
> the message i get is:
> CANT CONNECT TO SERVER: SITE2.XPTO.PT:82
>
> :82 is where APACHE2 runs ,, i remember my pound service is listening in
> port
> 80.
>
> in apache logs is:
> include [09/Oct/2004:03:06:12 +0000] "PROPFIND /PORKA HTTP/1.1" 301 350
>
> and pound dont register any error.

It looks like a not pound related problem to me. Try running a tcpproxy
like "balance" instead of pound, listeing on port 80 and forwarding to 82
and see how it goes. I have the feeling that it will also not work then.

Simon

>
> Can someone help me ""again""  to figure out whats wrong here !?
>
> Thanks allot in advance
> Francisco
>
>


Re: release
Dmitry Dvoinikov <dmitry(at)targeted.org>
2004-10-19 08:02:50 [ SNIP ]
Just gave the fresh -current a quick test under FreeBSD 4.10.
Runs fine for few hours with about 150 req/sec.

One note - it seems more appropriate to me to use smaller
thread stack, in pound.c, line 700, rather than
if(pthread_attr_setstacksize(&attr, 1 << 18)) {
have
if(pthread_attr_setstacksize(&attr, 1 << 17)) {
With earlier releases I've run into memory allocation
problems under load. Lowering the stack size fixed the
problem. So this time I just patched it right away
and didn't test with "<< 18".

Sincerely,
Dmitry Dvoinikov
http://www.targeted.org/

--- Original message follows ---

> I would be grateful if you, list subscribers, could confirm that the latest
> -current is working correctly for you - or not, as the case may be. I'd
> really like to release 1.8 this week if we are agreed that it's clean enough.


Re: release
Robert Segall <roseg(at)apsis.ch>
2004-10-19 08:56:54 [ SNIP ]
On Tuesday 19 October 2004 08.02, Dmitry Dvoinikov wrote:
> Just gave the fresh -current a quick test under FreeBSD 4.10.
> Runs fine for few hours with about 150 req/sec.
>
> One note - it seems more appropriate to me to use smaller
> thread stack, in pound.c, line 700, rather than
> if(pthread_attr_setstacksize(&attr, 1 << 18)) {
> have
> if(pthread_attr_setstacksize(&attr, 1 << 17)) {
> With earlier releases I've run into memory allocation
> problems under load. Lowering the stack size fixed the
> problem. So this time I just patched it right away
> and didn't test with "<< 18".

Thanks Dmitry. Unfortunately the "correct" amount of stack is difficult to 
determine in advance - it depends on the compiler, OS, threading library and 
CPU you use. The 256K seems like a reasonable compromise, but I'm happy if it 
works with less.

You may also want to look at your limits if you have memory allocation 
problems.
-- 
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-1-920 4904

Re: release
Robert Segall <roseg(at)apsis.ch>
2004-10-19 09:00:47 [ SNIP ]
On Tuesday 19 October 2004 02.46, Francisco Alves Cabrita wrote:
> Sorry, i need WebDAV/+msdav support in pound so,, after reading the pounds
> man page and website i rebuilded it with
> (FreeBSD 5.2.1-RELEASE-p11 via ports collection)
>
> added CFLAGS= -DMSDAV to Makefile and rebuild the port:
> make FORCE_PKG_REGISTER=yes package
>
> and activated WebDAV 1 in pound.cfg
>
> and it worked ,, i can access the site via Konkeror as
> webdav://SITE2.XPTO.NET but, yes is there a problem,, i can create, edite
> and remove files from it but i cant delete folders (empty folders created
> at this time).
> ((i have user and group definition correr under http.conf (www:www) and
> permissoin iqual in this web_folder.))
>
> the message i get is:
> CANT CONNECT TO SERVER: SITE2.XPTO.PT:82
>
> :82 is where APACHE2 runs ,, i remember my pound service is listening in
> : port
>
> 80.
>
> in apache logs is:
> include [09/Oct/2004:03:06:12 +0000] "PROPFIND /PORKA HTTP/1.1" 301 350
>
> and pound dont register any error.

This may be an issue related to the redirect Location rewrite code. I can't 
really answer this with this little information - at the very least a good 
detailed trace of the request/response between Pound and the server and your 
config file would be necessary.
-- 
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-1-920 4904

Re: release
Francisco Alves Cabrita <francisco(at)nortenet.pt>
2004-10-19 16:41:59 [ SNIP ]
> > -------------------------------------------------------------------------
> >------------------ ...(Date: 2004-10-09 04:25)...
> > -------------------------------------------------------------------------
> >------------------
> >
> > Hello
> > Me again :S
> >
> > Sorry, i need WebDAV/+msdav support in pound so,, after reading the
> > pounds man
> > page and website i rebuilded it with
> > (FreeBSD 5.2.1-RELEASE-p11 via ports collection)
>
> The ports package is version 1.7. Are you sure you're using Pound-current
> here?

Yes you are correct, In fact is 1.7.

>
> > added CFLAGS= -DMSDAV to Makefile and rebuild the port:
> > make FORCE_PKG_REGISTER=yes package
> >
> > and activated WebDAV 1 in pound.cfg
> >
> > and it worked ,, i can access the site via Konkeror as
> > webdav://SITE2.XPTO.NET
> > but, yes is there a problem,, i can create, edite and remove files from
> > it but i cant delete folders (empty folders created at this time).
> > ((i have user and group definition correr under http.conf (www:www) and
> > permissoin iqual in this web_folder.))
> >
> > the message i get is:
> > CANT CONNECT TO SERVER: SITE2.XPTO.PT:82
> >
> > :82 is where APACHE2 runs ,, i remember my pound service is listening in
> >
> > port
> > 80.
> >
> > in apache logs is:
> > include [09/Oct/2004:03:06:12 +0000] "PROPFIND /PORKA HTTP/1.1" 301 350
> >
> > and pound dont register any error.
>
> It looks like a not pound related problem to me. Try running a tcpproxy
> like "balance" instead of pound, listeing on port 80 and forwarding to 82
> and see how it goes. I have the feeling that it will also not work then.

Simon, I will make a tcpdump of an delete_folder operation via etherrape,, but 
i think the problem is in pound because as i said if i connect directly to 
apache(webdav) via konkeror without pass pound,, i can delete folders and all 
other operations.
But next mail i will send the pound.cfg and traces.

Thanks
Francisco

MailBoxer