[muscle] SV: SV: Re: SV: Re: Server Design issue.

  • From: "David Svanberg" <ds@xxxxxxxxxxx>
  • To: <muscle@xxxxxxxxxxxxx>
  • Date: Mon, 27 Oct 2003 10:10:42 +0100

Sorry,

next time I should consult the docs first. EndServer seems to be a pretty
nice little method to achieve want I want...

...sorry...

/D

-----Opprinnelig melding-----
Fra: muscle-bounce@xxxxxxxxxxxxx [mailto:muscle-bounce@xxxxxxxxxxxxx]På;
vegne av David Svanberg
Sendt: 27. oktober 2003 10:06
Til: muscle@xxxxxxxxxxxxx
Emne: [muscle] SV: Re: SV: Re: Server Design issue.


Hi,

is there a way to stop the server from a StorageReflectSession object?

I have a client sending a NB_COMMAND_STOP_SERVER message and wants actually
to stop the server when the server gets this message... :)

/D

-----Opprinnelig melding-----
Fra: muscle-bounce@xxxxxxxxxxxxx [mailto:muscle-bounce@xxxxxxxxxxxxx]På;
vegne av Jeremy Friesner
Sendt: 22. oktober 2003 17:54
Til: muscle@xxxxxxxxxxxxx
Emne: [muscle] Re: SV: Re: Server Design issue.


> It should be good if one could do a ServerProcessSingleLoop that runs one
> iteration through the ServerProcessLoop leaving control back to the
caller.

That wouldn't work very well, because each iteration through the loop
contains a call to select(), and select() may block for a long period of
time
(it willl block until the next piece of I/O is ready for processing, or
until
the next PulseNode event-time has arrived).

> Having the possibility to install a callback function from the
> ServerProcessLoop giving us the chance to interact.

You can get lots of callback hooks by installing a Session object and
overriding some of its methods to do what you want.  (The session
object doesn't have to be connected to a client... you can pass in
socket=3D-1 to indicate there is no connection)

Jeremy











Other related posts:

  • » [muscle] SV: SV: Re: SV: Re: Server Design issue.