On Wed, Jul 14, 2010 at 2:41 AM, Michael Schmodt < [email protected]> wrote:
> Hi, > I am using the TcpServer and I was wondering, if there is a > possibility to identify connections on serverside (e. g. the IP- > address of the client) and to close connections from the server > programmatically? Currently I am working with a seperate table, where > clients insert their information and the server programm scans the > table from time to time. Maybe, there is a better way? > Michael, There was some discussion about this in the thread "TCP Server questions" found at http://groups.google.com/group/h2-database/browse_thread/thread/1391793319a5d675/1fe0562c00c17d50?lnk=gst&q=tcp+server+questions#1fe0562c00c17d50 <http://groups.google.com/group/h2-database/browse_thread/thread/1391793319a5d675/1fe0562c00c17d50?lnk=gst&q=tcp+server+questions#1fe0562c00c17d50>In short, there is no IP address associated with the connection, nor any other identifiable information that I have found, maybe Thomas has better information at this point. Jeffrey -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
