The main difference between workspace server and pooled workspace server is, workspace server creates process for each request whereas in pooled workspace server a set of server process are reused. Since the pooled workspace server won't create new process for each request, processing time is saved.
There are two types of pooling:
Server side - In server side object spawner is responsible for connecting to the workspace server. It maintains the collection of workspace server that is available, Server side pooling is available from SAS 9.2 version
Client side - Client side pooling is available in 9.1 and earlier version. Here client will maintain the list of reusable servers.
There are two types of pooling:
Server side - In server side object spawner is responsible for connecting to the workspace server. It maintains the collection of workspace server that is available, Server side pooling is available from SAS 9.2 version
Client side - Client side pooling is available in 9.1 and earlier version. Here client will maintain the list of reusable servers.
Comments
Post a Comment