Implementing virtual memory using TIBCO ActiveSpaces
Rating: 7 out of 10
IncentivizedUse Cases and Deployment Scope
We are using TIBCO ActiveSpaces for storing user session details. With the help of TIBCO ActiveSpaces we are able to store user session in active memory which helps minimize calls to server for authentication every now and then. This saves time and enables user to login quickly. Apart from user session, we are also storing user role details in TIBCO ActiveSpaces.
Pros
- Easy to scale
- Support for many hardware and software platforms
- Easy to implement
Cons
- Consumes more memory
- Not suitable for complex architecture, can lead to performance issues
- Debugging can be difficult sometimes
Likelihood to Recommend
TIBCO ActiveSpaces is useful for storing in memory data which enables fetching data quickly and efficiently. We can make use of TIBCO ActiveSpaces APIs for storing and retrieving data. In our organization, we store user session details in TIBCO ActiveSpaces and this session detail is used for authentication and authorizing user. We have integration TIBCO ActiveSpaces with React UI and TIBCO Business Works.
