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

Execution is very slow #1

Open
nirvdrum opened this issue Apr 30, 2012 · 1 comment
Open

Execution is very slow #1

nirvdrum opened this issue Apr 30, 2012 · 1 comment

Comments

@nirvdrum
Copy link

I hate filing non-specific performance issues, but I'm not sure what to pin this on. It may just be simple HTTP interaction that's causing it to run slowly, but the time between submitting a command and getting a result is really long. Statements that execute immediately in a console take 5+ seconds at times through the web console. Plus, there's no real indication of what's going on.

@mmartins888
Copy link

I have a identical problem.
I'm using torquebox over rails and i receive requests.
The problem is that if a request is delayed to execute, all the other requests will start later even if they give timeout.

Example:

  • i call a web request with a sleep 2 minutes
  • i call other web interface wich will be waiting to execute
  • both requests give timeout after 1 minute
  • after 2 minutes both requests continue (and should not start)

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