|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2006
/
2006-02
/
Re: [Pound Mailing List] Handling Requests
[
Handling Requests / Franklin Grove ... ]
[
Pound benchmark / Hegedus Ervin ... ]
Re: [Pound Mailing List] Handling Requests
Ted Dunning <tdunning(at)veoh.com> |
2006-02-09 22:40:06 |
[ FULL ]
|
Pound handles multiple backends with the same IP address but different
port numbers just fine. One standard application of pound is to
redirect requests from the standard port (80) to whereever the
application is really working. This allows the backends to be restarted
without root access if desired.
Franklin Grove wrote:
[...][...]
|
|
|
AW: [Pound Mailing List] Extending Pound
"Nima Mazloumi" <mazloumi(at)rumms.uni-mannheim.de> |
2006-02-10 08:46:49 |
[ FULL ]
|
I have looked at other threads but was not able to see wether
there has been anything implemented sofar to reload the config
without restarting pound.
|
|
|
Re: [Pound Mailing List] Handling Requests
Robert Segall <roseg(at)apsis.ch> |
2006-02-10 13:16:26 |
[ FULL ]
|
On Thu, 2006-02-09 at 16:33 -0500, Franklin Grove wrote:[...]
I think you are talking about out of band data. It is handled in-band
(i.e. no special handling at all).
[...]
I never heard of a proxy that does that. I am not aware of any
"official" protocol specification that even uses out-of-band data
(though admittedly that doesn't mean much).
[...]
Are you sure your applets use HTTP? There is no mention of out-of-band
data there (at least as far as I know). Pound is an HTTP proxy - it
can't proxy anything else.
[...]
That is no problem whatsoever.
[...]
...which does support out-of-band data?[...]
|
|
|
Re: [Pound Mailing List] Pound benchmark
Robert Segall <roseg(at)apsis.ch> |
2006-02-10 18:39:32 |
[ FULL ]
|
On Fri, 2006-02-10 at 16:41 +0100, Hegedus Ervin wrote:[...]
That's really modest...
In any case, I would look at the networking and card(s) you use: how
many of them, separate ones for server and back-end side, what type,
separate network segments, etc.
[...]
That is horrible - you are wasting resources for nothing. Try Alive 30
(or at least 15).
[...]
When all your servers are equal you are better off with Priority 1 for
all of them.
[...]
Are you sure about this? If you have a congested network (or just a slow
CPU) you'll get time-outs and "dead" back-ends simply because a
"connect" or "read" do not complete on time. Try TimeOut 60 (or higher)
for more reliable results.
[...]
Where does ab run? On the same machine as the server, or on a separate
workstation?
[...]
See my remarks above.
[...]
That is certainly a problem - 50 requests per second on such limited
hardware is already high.
I suggest you fix your config as discussed above and try again.[...]
|
|
|
Re: [Pound Mailing List] Pound benchmark
Hegedus Ervin <airween(at)arxnet.hu> |
2006-02-10 22:42:16 |
[ FULL ]
|
Dear Robert,
thank you for your request,
[...]
ok,
[...]
ok,
[...]
thanks,
[...]
ok,
[...]
on a separate workstation - other IP segment, than Pound and
other, than back-ends.
[...]
so, do you think, this may be really a hardwer problem?
(i just ask you, cause back-ends servers can serve these claim,
and i try to measure another Linux based Apache (PIII 1.5GHz,
256MB RAM), that gives very good results)
[...]
ok, thank you for your answer.
we will purchase a better hardware (a "very-better" hardware :)),
i just test the Pound.
is there any way to come up with back-ends servers throughput?
can you point me some documentation about sizing of hardware for
Pound, that depends the load of site?
thank you:
a.
|
|
|
Re: [Pound Mailing List] Mismatched Cookies
Robert Segall <roseg(at)apsis.ch> |
2006-02-13 11:59:14 |
[ FULL ]
|
On Fri, 2006-02-10 at 21:26 -0500, Kevin Minnick wrote:[...]
Please put something like tcpwatch between Pound and the back-end and
see exactly what is being sent back and forth.
[...]
More likely you loose the session due to time-out on Pound and/or on the
server.[...]
|
|
|
Re: [Pound Mailing List] Pound benchmark
Sascha Ottolski <sascha.ottolski(at)gallileus.de> |
2006-02-14 19:06:28 |
[ FULL ]
|
Am Freitag, 10. Februar 2006 18:39 schrieb Robert Segall:[...]
just curious, what would be the difference? I would think, with all
backends having the same priority, the chosen number wouldn't matter at
all.
Cheers, Sascha
[...]
|
|
|
Re: [Pound Mailing List] Pound benchmark
Robert Segall <roseg(at)apsis.ch> |
2006-02-15 14:28:11 |
[ FULL ]
|
On Tue, 2006-02-14 at 19:06 +0100, Sascha Ottolski wrote:[...]
In the 1.x series the code is slightly less efficient if you use 9/9 (a
bit more memory used, and a few extra CPU cycles). This has been fixed
in 2.x[...]
|
|
|
Re: Welcome to [Pound Mailing List]
"Robert Mederer" <r.mederer(at)gmail.com> |
2006-02-20 15:18:27 |
[ FULL ]
|
Hello Pound Community,
we are searching for a apache https loadbalancing/failover solution on
windows 2003 platform.
Do you know if pound is running under windows without trouble?
If yes, do you have an howto/doc for (comiling)/configuring pound under windows
Thanks,
Robert
|
|
|
Re: [Pound Mailing List] Bad URL
Robert Segall <roseg(at)apsis.ch> |
2006-02-27 11:29:37 |
[ FULL ]
|
On Fri, 2006-02-24 at 07:52 +1000, Dean wrote:[...]
Check your log files - Pound tells you exactly why it rejected the
request. With 2.x we have eliminated the (default) checks on URL, though
you can still specify them if you wish. In your case it's more likely
you have a bad request type (something other than GET, POST or HEAD).[...]
|
|
|
|