001
04.10.2005, 15:11 Uhr
FloSoft
Medialer Over-Flow (Administrator)
|
hmm ich verstehe nicht ganz, wenn du von einem client die db änderst ist die doch für die anderen geändert? oder versteh ich da was falsch? Ansonsten ist evtl deine Datenbankstruktur schlecht gewählt? Ansonsten über CAsyncSocket, Typ SOCK_DGRAM, dann mit SentTo an das subnet senden. (über die broadcastadresse)
Zitat: |
To send a broadcast (on a SOCK_DGRAM only), the address in the lpSockAddr parameter should be constructed using the special IP address INADDR_BROADCAST (defined in the Windows Sockets header file WINSOCK.H) together with the intended port number. Or, if the lpszHostAddress parameter is NULL, the socket is configured for broadcast. It is generally inadvisable for a broadcast datagram to exceed the size at which fragmentation can occur, which implies that the data portion of the datagram (excluding headers) should not exceed 512 bytes.
|
-- class God : public ChuckNorris { }; Dieser Post wurde am 04.10.2005 um 15:11 Uhr von FloSoft editiert. |