client.server problem 
Author Message
 client.server problem

Quote:
>>I need a client application to "activate" a screen-refresh on the other
>>clients via the server. I tried to make a file on the server that the
>>clients read from time to time thru a timer object, but I really need the
>>update imediately or it's not of much use anyway, so if anybody can tell me
>>how to get the other clients to react on a "poke" from one of the others..

>I've implemented an app like this that had the clients check the file
>for changes as a part of their 'idle' loop.  We were running six to
>twelve clients on a local network and they all reacted to the new data
>fairly quickly.  These machines were dedicated to the display, so the
>overhead wasn't a problem.

        This will work for small numbers and infrequent refreshes. But imagine you need
o check every 10 secs, and you have 300 clients?  Causes both locking problems,
ad problems with purging, and guranteeing that everyone "knows".

        I am developing a system which uses TCP/IP to notify they other clients in a
sysem. Basically you call a method (or if you use Delphi, the TTable will do it
atomatically) and the method triggers an event, and passes message text to all
th other machines in the "system".

_
******************************************************************
NOTE: This software is currently in early alpha. If you notice any

Please do not report duplicates, as this is usually a manual resend
+------------------------------------------------------------+


|Physically in Church Hill, TN - Logically Not Sure          |
+------------------------------------------------------------+

Quote:
>>SQUID - The ultimate 32 bit offline databasing reader

**Special Compile: 3.000A (Alpha)


Tue, 01 Sep 1998 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Client/Server Problem?

2. Client/Server problem with VB6/DAO and MSAccess DB

3. Client/Server problem

4. Client Server problem - ActiveX Can't create object

5. Winsock Client / Server problem

6. Client / Server Problem with VB 5.0

7. Client/Server Problem

8. client.server problem

9. My Client/Server Problem

10. client server problem

11. Winsock...TCP/IP Multi-Client/Server problem

12. Client/Server problem with VB6/DAO and MSAccess DB

 

 
Powered by phpBB® Forum Software