[ https://issues.apache.org/jira/browse/TINKERPOP-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065220#comment-16065220 ]
ASF GitHub Bot commented on TINKERPOP-915: ------------------------------------------ Github user krlohnes commented on the issue: https://github.com/apache/tinkerpop/pull/618 @spmallette I did some testing between the http channelizer and the combined one. With Basic Auth, the mean latency with 10000 requests for the combined channelizer was 148.3 ms and the standalone channelizer was 148.9 ms. Without Basic Auth the mean latency with 10000 request for the combined channelizer was 4.8ms and the standalone channelizer was 4.9 ms Given the results for http and that the ChannelPipeline is only manipulated for http, I didn't run any performance tests for WebSockets. I'll write up the docs once I'm done refactoring the Channelizer tests. > Gremlin Server supports REST and Websockets simultanteously > ----------------------------------------------------------- > > Key: TINKERPOP-915 > URL: https://issues.apache.org/jira/browse/TINKERPOP-915 > Project: TinkerPop > Issue Type: Improvement > Components: server > Affects Versions: 3.0.2-incubating > Reporter: stephen mallette > > Develop a {{Channelizer}} that allows REST and Websockets to be configured at > the same time. I've personally tried to do this on a couple of attempts > while following a Netty sample, but I've never been able to get it to work. > Perhaps folks like [~pluradj] or [~dmill] would like to give it a go some > day? :) -- This message was sent by Atlassian JIRA (v6.4.14#64029)