Skip to content

Conversation

@GermanCoding
Copy link
Contributor

The asynchronous amphp file library may in certain setups spawn multiple processes to avoid blocking file I/O. This is unsupported in some hosting environments.

Starting with VaaS SDK 11.1.0 we can provide a custom amphp driver for file I/O during upload (to override the default amphp driver selection). Forcefully select the blocking implementation, which never uses multiple processes.

Fixes #212

The asynchronous amphp file library may in certain setups spawn multiple
processes to avoid blocking file I/O. This is unsupported in some
hosting environments.

Starting with VaaS SDK 11.1.0 we can provide a custom amphp driver for
file I/O during upload (to override the default amphp driver selection).
Forcefully select the blocking implementation, which never uses multiple
processes.
@GermanCoding GermanCoding merged commit 1e114c4 into main Dec 5, 2025
18 checks passed
GermanCoding added a commit that referenced this pull request Dec 5, 2025
The asynchronous amphp file library may in certain setups spawn multiple
processes to avoid blocking file I/O. This is unsupported in some
hosting environments.

Starting with VaaS SDK 11.1.0 we can provide a custom amphp driver for
file I/O during upload (to override the default amphp driver selection).
Forcefully select the blocking implementation, which never uses multiple
processes.
GermanCoding added a commit that referenced this pull request Dec 5, 2025
The asynchronous amphp file library may in certain setups spawn multiple
processes to avoid blocking file I/O. This is unsupported in some
hosting environments.

Starting with VaaS SDK 11.1.0 we can provide a custom amphp driver for
file I/O during upload (to override the default amphp driver selection).
Forcefully select the blocking implementation, which never uses multiple
processes.
@GermanCoding GermanCoding deleted the disable-multiprocessing-upload branch December 5, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

App does not work on All-Inkl.com

2 participants