Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: dev

Issue 359 in cherokee: Make information source break if it timeouts

 

 

Cherokee dev RSS feed   Index | Next | Previous | View Threaded


codesite-noreply at google

Feb 5, 2009, 2:15 AM

Post #1 of 3 (471 views)
Permalink
Issue 359 in cherokee: Make information source break if it timeouts

Status: Accepted
Owner: alobbs
Labels: Type-Enhancement Priority-High OpSys-All Component-Logic Usability

New issue 359 by ste...@konink.de: Make information source break if it
timeouts
http://code.google.com/p/cherokee/issues/detail?id=359

What steps will reproduce the problem?
1. a hanging information source
2. something that does not respond

What is the expected output? What do you see instead?

It would be great if could be detected that an actual information source is
broken, if it doesn't reply in time. Don't send more requests to it.

See my other RFE for a balancer based on the amount of users going in.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


codesite-noreply at google

Nov 2, 2009, 10:11 AM

Post #2 of 3 (287 views)
Permalink
Re: Issue 359 in cherokee: Make information source break if it timeouts [In reply to]

Updates:
Status: Started

Comment #1 on issue 359 by alobbs: Make information source break if it
timeouts
http://code.google.com/p/cherokee/issues/detail?id=359

1.- Create a unresponsive server:

=====
import time
import socket

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.bind(('', 8080))
s.listen(1)

while True:
time.sleep(1)
=====

2.- Configure Cherokee to use the reverse HTTP proxy with an Information
Source pointing to localhost:8080
3.- Apply proxy_disable_timeout-1.diff, recompile and run the server.
4.- Test it out.

I'd like to be sure this patch does not break anything before applying it
to trunk.

Attachments:
proxy_disable_timeout-1.diff 2.7 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev


cherokee at googlecode

May 17, 2011, 11:01 AM

Post #3 of 3 (109 views)
Permalink
Re: Issue 359 in cherokee: Make information source break if it timeouts [In reply to]

Updates:
Status: Fixed

Comment #2 on issue 359 by alobbs: Make information source break if it
timeouts
http://code.google.com/p/cherokee/issues/detail?id=359

http://svn.cherokee-project.com/changeset/6635 fixed it.
Thanks for logging the RFE! :-)

_______________________________________________
Cherokee-dev mailing list
Cherokee-dev [at] lists
http://lists.octality.com/listinfo/cherokee-dev

Cherokee dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.