Guest Connected: 77474   Bookmark Us     Contact Us  
Total Shareware
Currently Listed: 244,930 Applications


  Developer Tools - Delphi Tools and Components

Link To Program

Click to enlarge the ScreenShot

  Routix.RPC  -  Version  2.2

Remote procedure call (RPC) is a technology that allows a computer program to cause a subroutine or procedure to execute in another address space (commonly on another computer on a shared network) without the programmer explicitly coding the details for this remote interaction. That is, the programmer would write essentially the same code whether the subroutine is local to the executing program, or remote. When the software in question is written using object-oriented principles, RPC may be referred to as remote invocation or remote method invocation. All communications is transparent for developer. You need write code like for local object. You don't see differences between local and remote objects. Routix software develop own RPC technology known as Routix.RPC. This technology based on TCP-transport and XML-packets (messages). Our technology differs from other implementations in the high speed of calls, ease of use, support of callback-objects. Routix.RPC use strong encryption and intellectual compression of network communications between client

To link to this program use the html below (use text editor and check the exact syntax):

<a href="http://www.TotalShareware.com/LinkToItem.aspx?id=68070">View this program at www.TotalShareware.com</a>

This link will appear like:

View this program at www.TotalShareware.com