Jump to content

LIsts and data shared over all sessions


RobertoLopes

Recommended Posts

Hello Guys.

We are a company making contact center software for over 20 years now and just started using Unigui and we are loving it. We came from Intraweb because found so many stability problems with it.

We have to share some data among all sessions (read only data) and I'm wondering if I'll have problems putting this data on the ServerModule (with mutexes and protection). It is the appropriate place to do or not?

 

Thanks a lot in advance

Link to comment
Share on other sites

28 minutes ago, RobertoLopes said:

I got it but. I have some really big classes that contains lists, maps and other structures that are commom for all sessions. Do you think that it's better maintain this data on the database then ?

I was going to suggest using database if you have large objects, or maybe better maintain these objects into caching server like https://memcached.org/.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...