Jump to content

Recommended Posts

Posted

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

Posted

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 ?

Posted
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/.

Posted

I have one project that have this configuration: All data is on regular DB; but some important data shared between all sessions are in a SQLLite db that is a memory database (readonly) e that is create at startup. It works well :-)

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...