You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Stefano Bagnara (JIRA)" <se...@james.apache.org> on 2007/05/01 15:16:15 UTC

[jira] Created: (JSPF-48) Introduce support for DNSJnio as SEDA-like DNS resolver

Introduce support for DNSJnio as SEDA-like DNS resolver
-------------------------------------------------------

                 Key: JSPF-48
                 URL: https://issues.apache.org/jira/browse/JSPF-48
             Project: jSPF
          Issue Type: Sub-task
          Components: Core
    Affects Versions: 0.9b4
            Reporter: Stefano Bagnara
         Assigned To: Stefano Bagnara
             Fix For: 0.9.5


In order to publish performant asynchronous lookup we need a SEDA like DNS queries resolver.
dnsjnio is an MPL-licensed DNSJava-based library that performs thousands of dns query lookups using only 2 worker threads.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JSPF-48) Introduce support for DNSJnio as SEDA-like DNS resolver

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JSPF-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefano Bagnara resolved JSPF-48.
---------------------------------

    Resolution: Fixed

The user interface (to choose synchronous/asynchronous resolvers) should be optimized, but the support is there.

> Introduce support for DNSJnio as SEDA-like DNS resolver
> -------------------------------------------------------
>
>                 Key: JSPF-48
>                 URL: https://issues.apache.org/jira/browse/JSPF-48
>             Project: jSPF
>          Issue Type: Sub-task
>          Components: Core
>    Affects Versions: 0.9b4
>            Reporter: Stefano Bagnara
>         Assigned To: Stefano Bagnara
>             Fix For: 0.9.5
>
>
> In order to publish performant asynchronous lookup we need a SEDA like DNS queries resolver.
> dnsjnio is an MPL-licensed DNSJava-based library that performs thousands of dns query lookups using only 2 worker threads.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JSPF-48) Introduce support for DNSJnio as SEDA-like DNS resolver

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/JSPF-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492874 ] 

Stefano Bagnara commented on JSPF-48:
-------------------------------------

r533797: First attempt to create a dnsjnio based asynchronous dns lookup service. Currently it hardcoded the lookup to a local fake server "127.0.0.1" on a random port. This will be soon replaced by the new ExtendedNonBlockingResolver that is a work-in-progress by Alex D. (dnsjnio author).	


> Introduce support for DNSJnio as SEDA-like DNS resolver
> -------------------------------------------------------
>
>                 Key: JSPF-48
>                 URL: https://issues.apache.org/jira/browse/JSPF-48
>             Project: jSPF
>          Issue Type: Sub-task
>          Components: Core
>    Affects Versions: 0.9b4
>            Reporter: Stefano Bagnara
>         Assigned To: Stefano Bagnara
>             Fix For: 0.9.5
>
>
> In order to publish performant asynchronous lookup we need a SEDA like DNS queries resolver.
> dnsjnio is an MPL-licensed DNSJava-based library that performs thousands of dns query lookups using only 2 worker threads.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org