[PR #1459] [MERGED] feat(backend): add a preference to toggle between fetching combined pages concurrently using child processes or sequentially on the main process #1531

Closed
opened 2026-02-25 21:38:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1459
Author: @mercihabam
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @mercihabam

Base: masterHead: childproc-pref


📝 Commits (2)

  • 88046c4 feat(backend): add an "enable_child_processes" setting
  • daab1c0 feat(backend): allow switching between the use of the child processes and the main procesess to fetch the combined pages

📊 Changes

7 files changed (+202 additions, -97 deletions)

View changed files

📝 modules/core/functions.php (+45 -1)
📝 modules/core/handler_modules.php (+10 -0)
📝 modules/core/output_modules.php (+17 -16)
📝 modules/core/setup.php (+3 -0)
📝 modules/imap/functions.php (+70 -46)
modules/imap/helpers.php (+47 -0)
📝 modules/imap/workers/messages_list.php (+10 -34)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1459 **Author:** [@mercihabam](https://github.com/mercihabam) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@mercihabam](https://github.com/mercihabam) **Base:** `master` ← **Head:** `childproc-pref` --- ### 📝 Commits (2) - [`88046c4`](https://github.com/cypht-org/cypht/commit/88046c4c17b3d66b25d9ecde5257f8fbf35b536d) feat(backend): add an "enable_child_processes" setting - [`daab1c0`](https://github.com/cypht-org/cypht/commit/daab1c01a6a4f4a6bb5c7a009caa68813d5080d0) feat(backend): allow switching between the use of the child processes and the main procesess to fetch the combined pages ### 📊 Changes **7 files changed** (+202 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/functions.php` (+45 -1) 📝 `modules/core/handler_modules.php` (+10 -0) 📝 `modules/core/output_modules.php` (+17 -16) 📝 `modules/core/setup.php` (+3 -0) 📝 `modules/imap/functions.php` (+70 -46) ➕ `modules/imap/helpers.php` (+47 -0) 📝 `modules/imap/workers/messages_list.php` (+10 -34) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1531
No description provided.