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

Consider: runner-to-giver message queue #17

Open
Vectorial1024 opened this issue Jan 30, 2025 · 0 comments
Open

Consider: runner-to-giver message queue #17

Vectorial1024 opened this issue Jan 30, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Vectorial1024
Copy link
Owner

While this is a hands-off library for async PHP code execution, and the task runner generally works independently from the task giver, it seems a good idea to allow an easy-to-use one-way communication from the task runner to the task giver. In effect, this would be a poor man's IPC (inter-process communication) that also works in Windows, which will be very well-received since Windows does not have any obvious equivalent feature compared to the Unix (native) IPC.

With this, tasks that are normally stuck with a single core, but is quite parallelizable can be upgraded to support concurrency. One such library would be (self-advertisement) vectorial1024/laravel-cache-evict (external-link).

Think about it.

@Vectorial1024 Vectorial1024 added the enhancement New feature or request label Jan 30, 2025
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