----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: sujithvarrier Message 7 in Discussion Anjali, As an example what i can say is that of a chat server, its one application i done by myself as a part of my curriculum...It actually needs a single remote instane of the server, whose reference is there in each client. The messages are posted to this server instacne(singleton) and it keeps those messages in memory, the client can request for latest messages or that specifically for that client from the server. All these can be realized through a Singleton instance of the server. You can get information on "Singleton" if u search for details abt Singleton Design pattern (recommended). regards Sujith ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
