Most voted "response-time" questions
5 questions
Sort by count of
-
8
votes2
answers209
viewsProcessing time is affected by the size of variable names?
I was analyzing some frameworks developed by large companies and noticed a certain uniqueness, its variables and functions usually have small names. Variable or function name size interferes with…
-
1
votes1
answer181
viewsHow do I know the app’s web service is down?
Scenario: The app consumes data from a web service, so that the app does not get "locked" I added the task of downloading the data in a secondary trhead, according to the following code:…
-
1
votes0
answers230
viewsResponse time increase in OSI 7
I have 3 servers in one load and one of them has been showing slowness. All of them are in ASP.Net but there is an application that is consuming about 30% processing of one machine. How can I do to…
-
1
votes1
answer543
viewsVariable reading in C with timeout
Does anyone know how to limit the time the user can enter a value? Example: My program prints a value on the screen and the user has 4 seconds to type and enter, if what he typed is = to the printed…
-
1
votes3
answers63
viewsId of Dice changes before JS time
Hello guys I’m having a huge problem, next I need to create an element and send via ajax wait for the return (done/fail) and perform an action on this element, but sending and creating elements can…