[
https://issues.apache.org/jira/browse/TINKERPOP-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148706#comment-17148706
]
Stephen Mallette commented on TINKERPOP-1886:
---------------------------------------------
Thanks for offering ideas here. The original design concept, as you noted, was
to abstract Tornado, but I wonder if that ends up being useful these days. I've
not really seen situations where that abstraction has yielded anything that
folks have taken advantage of. Personally, I think I'd be ok with that going
away in favor of a more direct implementation. Since we no longer have to worry
about Python 2.x on the master branch I think we're free to go to "async and
remove Tornado", but I'm not a Python expert so I suppose I'd look to those how
are to say whether that is wise or not.
> Gremlin Python driver to periodically issue ping / heartbeat to gremlin server
> ------------------------------------------------------------------------------
>
> Key: TINKERPOP-1886
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1886
> Project: TinkerPop
> Issue Type: Improvement
> Components: python
> Affects Versions: 3.3.1
> Reporter: Harshvardhan
> Priority: Major
>
> Gremlin Python driver currently does not send any ping request to the
> gremlin server. As a result, the websocket channel gets closed by the HAProxy
> load balancer after a period of inactivity.
>
> Workarounds have been suggested in the discussion listed below.
> Link to google groups discussion:
> https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/gremlin-users/bMs3OUPlBQI/q3fYU-9BBAAJ
--
This message was sent by Atlassian Jira
(v8.3.4#803005)