[141] in Zephyr_Comments
Re: Suggestion
daemon@ATHENA.MIT.EDU (John T Kohl)
Wed Nov 23 15:12:05 1988
Date: Wed, 23 Nov 88 15:11:40 EST
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: <bjaspan@ATHENA.MIT.EDU>
Cc: eichin@ATHENA.MIT.EDU, zephyr-comments@ATHENA.MIT.EDU
In-Reply-To: zcmts:[0140], Barry R Jaspan's message of Tue, 22 Nov 88 18:36:18 EST,
From: <bjaspan@ATHENA.MIT.EDU>
Date: Tue, 22 Nov 88 18:36:18 EST
I don't know if Zephyr is still undergoing modification for
future releases (or if you are the people to send suggestions to), but
You can send comments to `zephyr-comments'.
1) Modify the design such that default subscriptions are added (only
once) at initialization, and not on subscription.
The more I think about it, I think there probably should be a special
version of the subscription routines which don't do default
subscriptions. Something like
ZSubscribeToButDontGiveMeDefaultSubscriptions().
(This would be real easy to do in the current implementation.)
2) Provide a function ZCancelDefaultSubscriptions().
This should be easy to do; I'll put it a list of things to do.
John