Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/MegaDemo/MegaDemo.Sample.html
david 2824855ea7 - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10
- Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 14:06:19 +00:00

61 lines
2.0 KiB
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="..\styles.css">
</head>
<body>
<img src="..\..\ro.png" alt="" align="right">
<!-------------------------------------------------------------------------->
<p class="h1">
<span>MegaDemo Sample</span>
</p>
<h2>Purpose</h2>
<p>This comprehensive example illustrates many of the features of the<b>RemObjects SDK</b> by providing benchmark facilities for the various protocols and channels supported.</p>
<p>The following are included:
<ul>
<li><b>message types</b></li>
<ul>
<li>TROBINMessage</li>
<li>TROSOAPMessage</li>
<li>TROPostMessage</li>
<li>TROServerMultiMessage</li>
</ul>
<li><b>transport channels</b></li>
<ul>
<li>TROWinMessageChannel</li>
<li>TROWinInetHTTPChannel</li>
<li>TROIndyHTTPChannel</li>
<li>TROIndyTCPChannel</li>
</ul>
<li><b>message encrypting and compression</b></li>
</ul>
<p>
The tests you can perform are very comprehensive. In particular, try the <b>Stress Test</b> which runs all the tests once or many times.
</p>.
<p>You can also specify how much information is displayed about the test results by using <b>Write Test Info</b>,<b>Verbose</b> and <b>Enable Log</b>.<p>
<h2>Examine the Code</h2>
<ul>
<li>See how the Twelve methods were defined by editing the service library.
Do this by making the <strong>server</strong> the selected project and
by using the menu option: <strong>RemObjects | Edit Service Library</strong>.
Note: if you don't see this menu option but see 'Service Builder' instead,
you still have the client set as the current project.
Examine the methods added to <strong>MegaDemoService</strong>.</li>
<li>
Check how the server methods were implemented in
<strong>MegaDemoService_Impl.pas</strong>.
</li>
<li>
Examine the simple code needed to invoke the methods in
<strong>MegaDemoClientMain.pas</strong>.
</li>
</ul>
</body>
</html>