Quote:
Originally Posted by Starfinder
its directly connected to the SQL server.
Due to the nature of the data structure it only have to make 1 SQL command to know if it should insert data or not. the SQL will either return 0 or 1, dont think a webservice can do that much more efficient.
|
I dont know what your plans are, but I was thinking there might be more people interested in the chatlog function, which opens the door to maybe 100-1000 clients at the same time. In that case some sort of connection controll would be nice
ps. when you set the relevant columns to key value you should not even need to check, it will simply not insert in case of duplicates.