SameerKhan
Programmer
I am stuck with a design issue .. hope someone can help.
We are very early in the design phase....
We are writin an application .. which responds to requests .. I was thinking of having a trigerred mechanism which woud load my process in memory....
This would be a trigger on FIRST message ..
However .. when the Queue is empty .. i do not want to kill my receiver process.. rather let it keep running for a specified wait time ( I will handle this in the receiver process ) ...
Now when the Q is empty for some time and a message arrives ... and it is still within the wait time .. will it try to create another process if one is already loaded ...
what i would like to know .. is this really a good candidate for Triggering ?
I am sure some of u have had a similar design decision.
Any comments would be really helpful.
-Sam
We are very early in the design phase....
We are writin an application .. which responds to requests .. I was thinking of having a trigerred mechanism which woud load my process in memory....
This would be a trigger on FIRST message ..
However .. when the Queue is empty .. i do not want to kill my receiver process.. rather let it keep running for a specified wait time ( I will handle this in the receiver process ) ...
Now when the Q is empty for some time and a message arrives ... and it is still within the wait time .. will it try to create another process if one is already loaded ...
what i would like to know .. is this really a good candidate for Triggering ?
I am sure some of u have had a similar design decision.
Any comments would be really helpful.
-Sam