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

Use default parameters for transaction settings from .ini file #4

Open
MartinKoeditz opened this issue Jul 27, 2020 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@MartinKoeditz
Copy link
Collaborator

Based on the pull request from safhome, we should read default transaction settings from php.ini (extension ini).

Default "wait" flag is unusable in real web apps because of many parallel requests. Trying to serialize it with "wait" transactions results in fatal performance degradation. Considering that we haven't settings for default transaction's flags, current defaults make unusable almost all existing CMS with Firebird. With this change we successfully use Joomla! versions from 3.1 upto 3.9 for last 5 years with Firebird as main database for it. #3

@MartinKoeditz MartinKoeditz self-assigned this Dec 9, 2020
@MartinKoeditz MartinKoeditz added the enhancement New feature or request label Dec 9, 2020
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