Search found 2 matches
- Wed Mar 24, 2021 3:40 pm
- Forum: Order process & License technology
- Topic: Oracle license choise
- Replies: 2
- Views: 16394
Oracle license choise
Hello, we are evaluating the possibility of moving our oracle CPU based licensing to a user based licensing. We are now wandering how user shall be counted. Shall we consider our RDB manager a single user (making this licensing model very interesting) or shall RDB be considered only a proxy for ever...
- Thu Nov 23, 2017 10:40 am
- Forum: Features / Solutions
- Topic: How to create a vector of mutexes
- Replies: 1
- Views: 3191
How to create a vector of mutexes
<r>Hello, I have multiple devices to which I communicate via TCP socket.<br/> As I have multiple threads which can potentially write at the same time I need a mutex to prevent writes to collide.<br/> I have seen that WinCC-OA has a “synchronized” function which is basically a mutex. I have tested th...