yamini yuvarajan
September 5th, 2001, 08:45 AM
Hi All,
I am having a non-singleton server component which has to send Notification to a client say client1 under a particular scenario that DB I am maintaining exceeds the Maximum number of records(This DB maintainance is done by me.It is not concerned with connection point).The problem is a different client adds records to DB.When the above mentioned scenario is reached, client1 should get notification that DB is full.But, I am not getting any notification under this scenario and on debugging I found that the flag which I set to check if client is connected is not set.So, I am getting no notification on client1.How this problem can be overcome.
I assume that my problem is with multiple instances of Server component.
NOTE:I am giving Notification while adding the Records to DB.So, one who adds gets the notification.But, other(not adding Records) who has to get notification could not get notification.
Thanx,
yamini
I am having a non-singleton server component which has to send Notification to a client say client1 under a particular scenario that DB I am maintaining exceeds the Maximum number of records(This DB maintainance is done by me.It is not concerned with connection point).The problem is a different client adds records to DB.When the above mentioned scenario is reached, client1 should get notification that DB is full.But, I am not getting any notification under this scenario and on debugging I found that the flag which I set to check if client is connected is not set.So, I am getting no notification on client1.How this problem can be overcome.
I assume that my problem is with multiple instances of Server component.
NOTE:I am giving Notification while adding the Records to DB.So, one who adds gets the notification.But, other(not adding Records) who has to get notification could not get notification.
Thanx,
yamini