[DGD] kernel question

Shentino shentino at gmail.com
Wed Dec 5 22:26:20 CET 2007


Just one more thing...

When you call "connection(conn)", all that does is cause the user
object to think that "conn" is its proper connection.

Any incoming connections that you associate with that user object will
still cause receive_message calls.  THe "current connection" (as
selected by connection()) merely indicates the "default connection",
and it is this implied connection that operations such as redirect(),
disconnect(), and message() operate on.



More information about the DGD mailing list