|
-
Jun 4th, 2001, 10:57 PM
#1
Thread Starter
New Member
Multiuser environment
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
-
Jun 5th, 2001, 05:33 AM
#2
Junior Member
Notification
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
-
Jun 5th, 2001, 07:54 PM
#3
Thread Starter
New Member
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
-
Jun 6th, 2001, 03:41 AM
#4
Junior Member
Hi
Hi
If possible send the same to ID what I specified in my previous mail.
IF U WANT
rgs
satish
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|