Re: Concurrent connections from single IP to same VirtualHost?
- From: Nick Kew <nick@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 9 Sep 2008 17:59:34 +0100
On Tue, 09 Sep 2008 10:49:13 -0500
bernie <bernie@xxxxxxxxxxxxxxxxxxxxx> wrote:
Howdy,
I would like to make more than one concurrent request to the same
virtual host from the same IP. For example, I have an application
that takes some time to process an import. During this time I would
like to refresh the log output in a separate window. I am able to do
this if I use a separate VirtualHost, but if I use the same
VirtualHost my log output doesn't refresh until the import has
completed.
I am running apache2 on debian etch.
Is there a way to do this?
Set your browser to use more than one connection. And if necessary,
reduce the keepalive so it doesn't block itself - if it won't clear
a connection under the circumstances you're giving it.
--
Nick Kew
Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/
.
- References:
- Prev by Date: Concurrent connections from single IP to same VirtualHost?
- Next by Date: Re: Concurrent connections from single IP to same VirtualHost?
- Previous by thread: Concurrent connections from single IP to same VirtualHost?
- Next by thread: Re: Concurrent connections from single IP to same VirtualHost?
- Index(es):
Relevant Pages
|