Requests icon indicating copy to clipboard operation
Requests copied to clipboard

Support request concurrency on fsockopen::request_multiple

Open soulseekah opened this issue 7 years ago • 0 comments

Right now the fsockopen transport request_multiple method is just a foreach loop with a serial request implementation.

Using stream_select and splitting the read and parse logic things can become parallel without using threads.

Related #266 and #53

soulseekah avatar Feb 17 '18 07:02 soulseekah