| ASP Design | Thin Client | Thick Client | Peer to Peer | Multi-Instance |
| Business Case - Peer-to-Peer The Peer to Peer model lets users access database content stored on several server locations without any of the backend architecture being exposed. This example demonstrates a system which prepares a customised report (eg. a pricelist) from a remote server and makes it available as a download immediately after it is generated. |
![]() |
| Transaction Processing using WebPublisher Studio across discontiguous networks |
Description How it works This second instance runs a report on the SQL database over ODBC and outputs it as a PDF file into a repository on the FTP server. It then replies to the first (requesting) instance with a hyperlink URI to the document it has created. The first instance then embeds this hyperlink into an active server page and returns this page to the web browser. The user can now access the report over HTTP by clicking the embedded hyperlink to the PDF file on the FTP server. We use a peer-to-peer system in the proPIP web-service application we wrote. |