Files
PixivFE/core
perennial d6138ca7af Implement worker pool for proxy requests
This commit introduces worker pooling for handling media proxy requests,
allowing for actual concurrency in this area.

Key changes:
- Add ProxyJob struct to represent worker pool jobs
- Create a channel for ProxyJob and initialise workers in init function
- Modify ProxyRequest to use the worker pool
- Add proxyWorker and processProxyJob functions for job processing

The number of workers and job queue size are currently hardcoded but can
be made configurable in the future.
2024-10-05 21:16:22 +10:00
..
2024-10-05 15:32:10 +00:00
2024-10-08 22:55:13 +00:00
2024-10-05 15:19:22 +00:00
2024-10-05 22:59:45 +08:00
2024-10-05 15:19:22 +00:00
2024-10-05 22:59:45 +08:00
2024-10-05 14:58:32 +00:00
2024-10-05 15:19:22 +00:00
2024-10-08 13:33:43 +11:00
2024-09-05 16:08:08 +00:00
2024-08-28 13:58:51 +00:00