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

Server limitations when querying multiple pods (>128) in parallel #1595

Open
Ga11u opened this issue May 10, 2021 · 2 comments
Open

Server limitations when querying multiple pods (>128) in parallel #1595

Ga11u opened this issue May 10, 2021 · 2 comments

Comments

@Ga11u
Copy link

Ga11u commented May 10, 2021

Hi,

I am running some experiments querying more than 128 pods in parallel from the Inrupt server and SolidCommunity. In both cases when I query data from more than 128 pods (i.e., 256, 512, 1024) at the same time the server stops the queries and blocks them.

When I experiment with 64 or fewer pods there is no problem. However, I have to do it in batches of 64 pods when I want to query more than 64 pods in parallel otherwise the server starts blocking my HTTP requests.

Is it expected that a SOLID server block parallel queries for a large number of pods from the same client?

Thank you

Crossposted: inrupt/pod-server#76

@RubenVerborgh RubenVerborgh transferred this issue from CommunitySolidServer/CommunitySolidServer May 10, 2021
@RubenVerborgh
Copy link
Contributor

SolidCommunity

Note that https://solidcommunity.net/ runs Node Solid Server.

@Ga11u
Copy link
Author

Ga11u commented May 26, 2021

@RubenVerborgh I was checking if this could be something related with NodeJS server, but Node is suposed to be able to handle more that 1000 cocurrent requests ... I am still trying to understand why it blocks the calls

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

2 participants