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

Limit of number of files in the web application? #15

Open
SebasSaenz opened this issue Oct 14, 2021 · 1 comment
Open

Limit of number of files in the web application? #15

SebasSaenz opened this issue Oct 14, 2021 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@SebasSaenz
Copy link

SebasSaenz commented Oct 14, 2021

I was wondering if there is a limit to the number of files that can be aligned with Pearl. I had tried 26 files and it seems to have some kind of problem. I am getting the message "Network error"

@tobiasrausch tobiasrausch self-assigned this Oct 15, 2021
@tobiasrausch tobiasrausch added the question Further information is requested label Oct 15, 2021
@tobiasrausch
Copy link
Member

Usually ~20 traces take less than 1 minute to align and then the web request doesn't run into a timeout issue but this, of course, depends on the load on the web server, how well the sequences align, and so on. A bit difficult to predict but "Network error" usually means the server took too long to respond (request timeout). For large number of traces, it's indeed better to use the backend of pearl, the command-line tracy software with the assemble subcommand. Another option would be to implement a task queue which informs the users once a job is done on the server but we currently lack time to develop such a feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants