Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

добавить аналог persistent_queueGet для api_parentWait #79

Closed
byaka opened this issue Apr 24, 2016 · 1 comment
Closed
Assignees

Comments

@byaka
Copy link
Owner

byaka commented Apr 24, 2016

использование persistent проверок показало значительный прирост производительности и не выявило побочных эффектов. Нужно добавить такой режим в другие сценарии взаимодействия с родительским процессом, завязанные на ожидании изменения статуса. начать стоит с api_parentWait, как одного из самых затратных

@byaka byaka self-assigned this Apr 24, 2016
@byaka byaka added this to the With parallel executing milestone Apr 24, 2016
@byaka byaka removed this from the With parallel executing milestone May 4, 2016
@byaka
Copy link
Owner Author

byaka commented May 4, 2016

отложено, чтобы не тормозить новый релиз

@byaka byaka added this to the Last major release milestone May 21, 2016
byaka added a commit that referenced this issue May 25, 2016
Added:
 -Added gevent-compatible implementation of raw_input(). This closes #105 issue.
 -Added callAsync() - ability for executing functions without blocking server. This closes #102 issue.
 -Added support of compressed requests. Also implemented auto-using compression in parallelWithSocket exec-backend. This closes #101 issue.
 -Added persistent mode for parallelWithSocket.wait(). This closes #79 issue.
Fixed:
 -Added auto-switch for long-type in ujson, but not solve this. See #78 issue.
 -Fixed perfomance problems with _controlGC(). This closes #106 issue.
 -Rewrited parallelWithSocket exec-backend, now it use socket class, provided by server. This closes #104 issue.
 -Many other small fixes and improvements.
@byaka byaka closed this as completed May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant