Migration of Applications for Web Environment - A Practical Approach
Presentation, in the form of viewing another version of the system of demonstration, developed with a tool for commercial use, based on Cobol (COBOL, 2007), with more resources of interface, and which uses the concepts and methods already exposed and used in the system presented in the article, appearing in the pictures 53 to 57.
Figure 53 - Authentication
Figure 54 - Menu options
Figure 55 - Registration of Clients
Figure 56 - Other resources of Interface
Figure 57 - Search to register
As Figure 58, for the collection of time processing on the commercial application, were inserted two points of measurement "i" and "f" where it records the time in minutes, seconds and quantity of nanoseconds composed of 100 cycles. The resulting measurement of the difference between an "i" in an "f" in subsequent shows the time spent on the half-cycle of the client's applications -> selected application -> client's application, path 3-4-3, the average time "F"; already measuring the difference between a "f" and "i" in subsequent shows the time spent on the half-cycle web server -> browser user's browse -> web server, trip 2-1-2, the average time "I" .
Scheme measurement.
Figure 58 - Points of measuring the components of the engine access
Below in table 6, presents the relationship of time where they collected notes that the average half-cycle "F", 0.069664196 seconds is much less than the semi-cycle "I", which has an average of 0,730780406 seconds or about ten times higher than the "F". This information makes it clear that any optimization is that you have in the process must be taken into consideration issues such as efficiency of the web server, link between the server and the user's machine and the user's own equipment, but now considers the average of 0.7 seconds a time of waiting quite acceptable.
Table 6 - Sequence of measurements - beginning
Table 6 - Sequence of measurements - end
Migration of Applications for Web Environment - A Practical Approach