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

PSGI: capture STDOUT in memory instead of a temp file #328

Closed
bschmalhofer opened this issue Aug 7, 2020 · 3 comments
Closed

PSGI: capture STDOUT in memory instead of a temp file #328

bschmalhofer opened this issue Aug 7, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@bschmalhofer
Copy link
Contributor

This was noticed when working on #321. There is no need to write the captured STDOUT into a file. This is just overhead.

@bschmalhofer bschmalhofer added the enhancement New feature or request label Aug 7, 2020
@bschmalhofer bschmalhofer added this to the OTOBO 10.1 milestone Aug 7, 2020
@bschmalhofer bschmalhofer self-assigned this Aug 7, 2020
@bschmalhofer
Copy link
Contributor Author

bschmalhofer commented Aug 7, 2020

A first test looks good. Let's observe this for a while before closing the issue.
If it works fine it could be backported to 10.0.3.

@bschmalhofer bschmalhofer modified the milestones: OTOBO 10.1, OTOBO 10.0.3 Aug 8, 2020
@bschmalhofer
Copy link
Contributor Author

Works fine in rel-10_1. But can't easily be backported to 10_0 as in 10_0 everything is still handled by CGI::Emulate::PSGI; .

@bschmalhofer
Copy link
Contributor Author

No further problems encountered. Closing now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant