You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Rob Walker (JIRA)" <ji...@apache.org> on 2009/01/02 12:07:44 UTC

[jira] Commented: (FELIX-870) Create config option to allow disabling of NIO use

    [ https://issues.apache.org/jira/browse/FELIX-870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660294#action_12660294 ] 

Rob Walker commented on FELIX-870:
----------------------------------

Minor change, property will be:

org.apache.felix.http.nio=false 

Since this isn't really Jetty specific, and may be a useful config property in other/later Felix Http implementations

> Create config option to allow disabling of NIO use
> --------------------------------------------------
>
>                 Key: FELIX-870
>                 URL: https://issues.apache.org/jira/browse/FELIX-870
>             Project: Felix
>          Issue Type: Improvement
>          Components: HTTP Service
>            Reporter: Rob Walker
>            Assignee: Rob Walker
>
> Certain Java implementations seem to have issues with NIO - specifically the current Java 1.6 for AIX doesn't play nicely with NIO, calls block for long periods of time causing the Http Server to become very unresponsive.
> Include a config option to allow NIO to be disabled e.g.
> org.apache.felix.http.jetty.nio=false
> Default if not supplied will be "true", which will preserve current behaviour without requiring explicit config.

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