How it works worksConversion server is built and deployed using enterprise-level Java technologies. As a result, Conversion server is cross-platform, highly scalable and flexible. In order to accomodate different usage scenarios, the Conversion server can be utilized in 2 system configurations --- synchronous and asynchronous. Synchronous conversion is typically used for on-demand HTML conversion. Real-time requests for HTML document views can be fulfilled with minimal delay. As a practical example Naver.com, Korea’s largest web portal/search engine, uses the synchronous configuration of Conversion server to show MS office email attachments to users of Naver.com’s web email service. The synchronous system configuration is fairly straightforward as depicted in the diagram below:
When using the Conversion server synchronously, it cannot efficiently handle a large volume of requests. As a consequence, the addition of many servers may be required to handle the load increase. Alternatively, you can configure the Conversion server in an asynchronous manner. The asynchronous mode is primarily used for bulk file conversions. This configuration is highly scalable thus allowing the server to handle a high volume of requests. However, a delay may occur due to the nature of queue-based processes. The asynchronous system configuration is show in the diagram below:
|



