PDA

Click to See Complete Forum and Search --> : Multiuser environment


roopa
Jun 4th, 2001, 11:57 PM
hi all
i am developing a multiuser environment with 4 com servers each connected to one terminal server. each terminal server is serving 8 clients which are thin clients.
i need the com server ie the transaction server to track the no. of clients are logged on to it in turn i want the comserver to return an id to the application which is stored in the com server. the id will be used to identify the client for future transactions which it will be doing to the server.the com server must keep count of the no of clients connected to it.this will be usefull to know whether any of the server is down.

when the user starts the application and starts using the components on the server it must immediately tell the user its idno. extracted from the server

if anybody has any suggestions on this topic
thanks in advance

sat_sk
Jun 5th, 2001, 06:33 AM
Hi

Im hope , I understand your question well. We have COM+ admin object library. We can create and work with catalog collection. I handled the similar kind of suitation. There we will be able to findout which object is created and its value..thus we will be able to proceed further.

Have worked with object Pooling in VB.NET and COM+?

Sat

roopa
Jun 5th, 2001, 08:54 PM
hi satish
i don't want to know the GUID of the object.i basically want to know how many clients(thin clients are connected to the Com server).It will be usefull for me to track if any of the server is down.

for eg on com server1 2 thin clients have logged on.The comserver must return an unique id to the client which i am thinking of storing in the com server as linked list because there will be a terminal server connected to the comserver to which the thin clients are connected.

now i have to create an object with this linked list which will have random numbers to return to the clients which will reside at the server.i want this feature because i have to create a buffer for storing data and want to commit it to the database only when the user wants to finnaly commit it.all clients will be using the same buffer at the time of commit it must be able to identify which data is to be committed.

hope my explanation will give an overview of what i want to create.
thanks for your reply
roopa

sat_sk
Jun 6th, 2001, 04:41 AM
Hi

If possible send the same to ID what I specified in my previous mail.


IF U WANT


rgs
satish