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

How to achieve parallel processing when a user uploads n files using windows explorer #1866

Open
kaihekaihe opened this issue Dec 26, 2024 · 0 comments

Comments

@kaihekaihe
Copy link

How to achieve parallel processing when a user uploads n files? I've found that in the actual situation, the files are uploaded one by one in a serial manner, which leads to poor performance.

I can use multiple client instances, each uploads a file, thus achieving parallel upload of multiple files.
However, I need to develop a client by myself and then drag files into this client to initiate multiple SMB clients, right? I want to drag five files in Windows Explorer and have these five files uploaded concurrently.

Another question is whether the server can implement a new instruction - processing mode. When the same user uploads multiple files, can multiple connections and threads be enabled? Or is it possible to achieve this using asynchronous I/O?

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

No branches or pull requests

1 participant