[
https://issues.apache.org/jira/browse/THRIFT-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yiyang Zhou updated THRIFT-5449:
External issue URL: (was: https://github.com/apache/thrift/pull/2430)
> Use select.poll instead
frankiechang123 opened a new pull request #2432:
URL: https://github.com/apache/thrift/pull/2432
Use poll instead of select if possible
Currently, Python TNonblockingServer uses `select.select` to monitor the IO
of all existing connections. The value of file descriptors monitored
frankiechang123 closed pull request #2430:
URL: https://github.com/apache/thrift/pull/2430
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-uns
fishy opened a new pull request #2431:
URL: https://github.com/apache/thrift/pull/2431
Client: go
Update go versions used in travis to 1.15.14 and 1.16.6, update
LANGUAGES.md, and update go's README to clarify on support policy.
This change will be cherry-picked into 0.15.0
[
https://issues.apache.org/jira/browse/THRIFT-5447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuxuan Wang reassigned THRIFT-5447:
---
Assignee: Yuxuan Wang
> Update supported Go versions before 0.15.0 release
> --
[
https://issues.apache.org/jira/browse/THRIFT-5449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yiyang Zhou updated THRIFT-5449:
External issue URL: https://github.com/apache/thrift/pull/2430
> Use select.poll instead of select
frankiechang123 opened a new pull request #2430:
URL: https://github.com/apache/thrift/pull/2430
Use poll instead of select if possible
Currently, Python TNonblockingServer uses `select.select` to monitor the IO
of all existing connections. The value of file descriptors monitored
Yiyang Zhou created THRIFT-5449:
---
Summary: Use select.poll instead of select.select in Python
TNonblockingServer if available
Key: THRIFT-5449
URL: https://issues.apache.org/jira/browse/THRIFT-5449
Proj
emmenlau opened a new pull request #2429:
URL: https://github.com/apache/thrift/pull/2429
This PR hopefully improves the build on MSYS2, MINGW and adds support for
MSVC2019.
- [x] Did you create an [Apache
Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? Not
r
Hi,
thanks!
What I can say from a more general/formal viewpoint, the package namespaces
etc must be adjusted (e.g. package com.pinterest.commons.thrift) and all
files you plan to contribute need to have the appropriate ASF license
header.
What would be really nice, especially when we look f
10 matches
Mail list logo