You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: