uniGUI the best framework for Delphi!

FMSoft uniGUI Web Application Framework, extends Web application development experience to a new dimension, download of uniGUI now.

About uniGUI

uniGUI Web Application Framework.

uniGUI Web Application Framework extends Web application development experience to a new dimension.

uniGUI enables Delphi developers to create, design and debug web applications in IDE using a unique set of visual components. Each component is designed to provide same functionality of its counterpart visual component in Delphi VCL. This provides a very comfortable development environment very close to native VCL application development with an easy learning curve.

uniGUI Web applications can be deployed to a server using one of the available deployment options such as Windows Service, Standalone Server or ISAPI Module.

uniGUI is a product of FMSoft Inc. Established in 2005, FMSoft is a company based in city of Ankara the capital of Turkey.

You can visit FMSoft web site for more info.

For general inquiries: [email protected]

Order related questions: [email protected]

Product support: [email protected] or Support Portal


Buy uniGUI Forum Site Components Falcon
image
uniGUI HyperServer

uniGUI version 1.50.0 introduces uniGUI HyperServer which primarily is designed to radically improve availability, stability and scalability of uniGUI applications. It also introduces other important features such as allowing to update applications remotely without a need to stop the application server.

What is HyperServer?

uniGUI HyperServer is a new server archirecture designed to highly improve uniGUI applications' availability, stability and specifically scalability. This goal is achieved by applying industry's known and widely used techniques such as load balancing and process recycling.

A traditional uniGUI application server consists of one single process and multiple threads. The single process can be a uniGUI executable or an ISAPI or Apache worker process. In all cases all sessions reside inside a single process and several threads in same process are used to handle incoming requests.

uniGUI HyperServer changes above model and turns into a multi-process multi-threaded model. In this new model several worker processes are spawned to serve same web application. Sessions will be divided among worker processes and based on the configuration you may have multiple worker processes for same uniGUI application. Worker processes are managed and orchestrated by another process which is actually the HyperServer itself. The HyperServer will be the main entry point for all incoming requests. HyperServer will take all requests and distribute them among worker processes. HyperServer has also the responsibility to spawn new worker processes when needed and recycle them as soon as they are purged. Since uniGUI sessions are stateful, another important duty of HyperServer is to direct incoming session requests to the correct worker process which has created that particular session. In HyperServer terminology each worker process is called a Node.

uniGUI HyperServer changes above model and turns into a multi-process multi-threaded model. In this new model several worker processes are spawned to serve same web application. Sessions will be divided among worker processes and based on the configuration you may have multiple worker processes for same uniGUI application. Worker processes are managed and orchestrated by another process which is actually the HyperServer itself. The HyperServer will be the main entry point for all incoming requests. HyperServer will take all requests and distribute them among worker processes. HyperServer has also the responsibility to spawn new worker processes when needed and recycle them as soon as they are purged. Since uniGUI sessions are stateful, another important duty of HyperServer is to direct incoming session requests to the correct worker process which has created that particular session. In HyperServer terminology each worker process is called a Node.

For more information about HyperServer please refer to uniGUI online documents.

Components Full Source
image