110 likes | 353 Views
APPX/Net. Presented By: Gary Rogers. What is APPX/Net?. APPX/Net is a utility that allows an Appx engine running on one computer to read and write AppxIO data on another computer. It turns Appx into a network-aware data server and client, creating a truly distributed data network. . APPX/Net.
E N D
APPX/Net Presented By: Gary Rogers
What is APPX/Net? APPX/Net is a utility that allows an Appx engine running on one computer to read and write AppxIO data on another computer. It turns Appx into a network-aware data server and client, creating a truly distributed data network. APPX/Net
Why use APPX/Net? • Share data between machines. APPX/Net
Share Data Between Machines If your clients are connected to a system in one building, but the data they need is on a system in another building APPX/Net can be the bridge between the two. This allows remote machines to access all of the data from one repository, even if that data is a building, a city, a state, or a world away. APPX/Net
Why use APPX/Net? • Share data between machines. • Access data from remote clients APPX/Net
Access Data From Remote Clients APPX/Net is a utility that allows an Appx engine running on one computer to read and write AppxIO data on another computer. It turns Appx into a network-aware data server and client creating a truly distributed data network. APPX/Net
Remote Access Configuration: Appx, the application and data are located on the host. Appx and the application run on the remote system APPX/Net creates the link that allows the remote client to access the data on your host server. APPX/Net
Why use APPX/Net? • Share data between machines. • Access data from remote clients • Architecture independence APPX/Net
Architecture Independence Sharing files between Intel and Risc platforms usually requires exporting and importing data in an ASCII format to ensure proper byte ordering. APPX/Net takes care of the conversion for you. This allows you to access Unix/Risc data from an Intel client with no need to export and import. APPX/Net
Why use APPX/Net? • Share data between machines. • Access data from remote clients • Architecture independence • Data integrity APPX/Net
Data Integrity APPX/Net protects your data from a known problem with Microsoft’s disk-sharing causing data corruption. Files stored remotely are also protected from curious users opening an AppxIO file with a Windows desktop editor and causing accidental data corruption. APPX/Net