|
|
|
|
|
If you have any general questions
about Ebsotech, please send e-mail
to info@ebsotech.com or
contact Ebsotech Research and Development
Center at the following address:
Ebsotech, Inc.
Rajakyläntie 28 A
01280 Vantaa
FINLAND
Tel: +358(0)442885299
|
|
|
|
|
|
|
|
Do
I need threads when using Listener?
|
|
No, threads are not necessary,
as you can process the client
requests in the same thread as
where the Listener is running.
Obviously, though, if processing
a request takes very long, other
clients will have to wait.
If you want better response times,
you can use worker or transaction
processor threads to process
the client requests.
Alternatively, you can have a
pool of message receiver threads,
each handling one or more conversations
with clients, while the main
(Listener) thread only needs
to accept new client connections.
|
|
« Go
back |
|
|
|
|
|
|
|
| For
additional information on how to
purchase Ebsotech's products and
services, please contact sales@ebsotech.com |
|
|
|
|
|
|
|
|
| If
you have any questions or requests
regarding Ebsotech IX™ SDK,
please send e-mail to sdk@ebsotech.com |
|
|
|
|
|