[
https://issues.apache.org/jira/browse/JOSHUA-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15307685#comment-15307685
]
Matt Post commented on JOSHUA-274:
----------------------------------
Kellen, this is an interesting idea. In this model, if you wanted a
server-based Joshua (with any kind of interface), you'd have to start an
external server that just used this as a library. That would move a lot of the
dependencies and complexity of multi-multi-threading (my term for round-robin
multithreading across connections) outside core Joshua. I like this and think
it might be the route to go, but want to think about it a bit more and discuss
it. In any case, I'd want to postpone this change until after we merge
JOSHUA-252 and possibly JOSHUA-273.
> Use another HTTPServer other than Suns
> --------------------------------------
>
> Key: JOSHUA-274
> URL: https://issues.apache.org/jira/browse/JOSHUA-274
> Project: Joshua
> Issue Type: Improvement
> Components: decoders
> Affects Versions: 6.0.5
> Reporter: Lewis John McGibbney
> Priority: Critical
> Fix For: 6.1
>
>
> This issue concerns the use of the
> [HttpServer|https://github.com/apache/incubator-joshua/blob/master/src/joshua/decoder/JoshuaDecoder.java#L31]
> within JoshuaDecoder.java.
> We should replace the com.sun.net.httpserver.HttpServer implementation and
> other Sun classes with ones from the Java API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)