Multi-user architecture

An important element of the Ozeki Message Server, is that it has a multi-user architecture. Each user who wants to send out messages connects to the engine with a user name and password. More than one user can use the SMS service simultaneously, but they cannot disturb each other, by reserving too much system resources. Each user has a separate message queue, thus they all get the same priority when they want to access the sending devices. For example one user can place 10 000 outgoing messages into his outbox for delivery, and another can place 3 messages just after this. When the message engine decides which message to deliver first, it will take one message from the queue of 10 000 messages, and the next one will be taken from the queue of 3 messages. This way the user who wanted to send out only a few messages will not have to wait for the 10 000 messages to be delivered.

More information