General discussion
-
Topic
-
Updating linked list from a different pr
LockedHello,
I am developing a chat program that has an NT service running on the server, and an unlimited number of remote clients connected. When the service is started, it calls the AddClients() function, which opens an Access Database and makes a linked list of all the usernames. On the website, running off the same server, I would like to have a CGI script that can add a new username to the user database, as well as to the linked list. If it just updates the database, which is relatively easy, the new user would not be able to log on until the service was restarted, at which time AddClients would once again load the current list, activating the new users. I cannot just restart the service every time there is a new username because all current clients are disconnected on restart.
Please help!
Thanks in advance,
-David Ramos-
dramossd@pacbell.net