V
varadha
Hi,
This is the architecture of my system.
Input Request -> Listener -> Process Request -> Send Response.
Now in the existing system I am having single instance instance of the
application running.
Now i want to create one more instance of the application listening to
different Port.
i.e.
Input Request -> Listener -> Multiple Instance of Process Request ->
Send Response.
Input Request -> Listener -> Multiple Instance of Process Request ->
Send Response.
Can u help me in designing this.
Can u also suggest me some articles available in Internet to
understand this.
-Thanks in Advance
Varadha
This is the architecture of my system.
Input Request -> Listener -> Process Request -> Send Response.
Now in the existing system I am having single instance instance of the
application running.
Now i want to create one more instance of the application listening to
different Port.
i.e.
Input Request -> Listener -> Multiple Instance of Process Request ->
Send Response.
Input Request -> Listener -> Multiple Instance of Process Request ->
Send Response.
Can u help me in designing this.
Can u also suggest me some articles available in Internet to
understand this.
-Thanks in Advance
Varadha