You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2010/04/07 21:36:33 UTC

[jira] Commented: (COUCHDB-705) hard limit on number of concurrent requests

    [ https://issues.apache.org/jira/browse/COUCHDB-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854663#action_12854663 ] 

Chris Anderson commented on COUCHDB-705:
----------------------------------------

the only thing I see here is that the line:

MaxConnections = couch_config:get("httpd", "max_connections", 2048),

should instead specify 2048 as "2048" and parse the string to int, as in cases where it's config'd, I think we'll get a string back.

At least that's how couch deals with numeric config elsewhere.

> hard limit on number of concurrent requests
> -------------------------------------------
>
>                 Key: COUCHDB-705
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-705
>             Project: CouchDB
>          Issue Type: Improvement
>    Affects Versions: 0.11
>         Environment: all
>            Reporter: Randall Leeds
>            Priority: Minor
>         Attachments: mochiweb_max_connections.patch
>
>
> mochiweb has a default maximum number of concurrent requests set to 2048. For some deployments this is too small. Many simultaneous replications can easily exhaust this limit and cause slow responses to client requests.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.