This is a discussion on Diff between Transaction-time and Server response-time within the Software Testing forums, part of the Software Quality Assurance category; A transaction performs a series of reads and writes "atomically" i.e. as if they were done all ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| A transaction performs a series of reads and writes "atomically" i.e. as if they were done all at once. If anything is failed in between, all the actions will be rolled back to original position. Transation time is nothing but the total time taken to complete a transation ( set of actions - it can be a combination of reads and writes from or on to a database) Where as the Server response time is the time taken by the server to send the response back to user/application. Typical example is - when you click on the Log On button in any web page - the browser sends a request to the server. Server process the request and takes the appropriate action based on the request parameters and sends back the response to the user. The time taken by the server to process the request and sends back the response to you (or browser or any other application) is nothing but the Server Response Time. Thanks V.Vadivelan |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| show clocks, one showing the current time, and another showing a time 12 hours behind | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 02-13-2008 10:15 PM |
| Time on the server, and not on the client computer. | itbarota | HTML, CSS and Javascript Coding Techniques | 0 | 02-06-2008 10:13 PM |
| Get the time on the server, and not on the client computer. | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 01-17-2008 08:53 PM |
| How can I set the time zone for MySQL to UK time? | itbarota | PHP Programming | 1 | 09-12-2007 01:13 AM |
| Any idea about working with date and time in sql server? | kingmaker | Database Support | 1 | 07-30-2007 01:00 AM |