Still using SQLitening because of your fix!
Hope all is well with you!
Mike
P.S.
Because PowerBASIC and SQLitening Sites are both down it is possible somebody might
be using an older copy of SQLitening and not know about this fix.
-------------------------------------------------------
SUB SQLiteDisconnect ALIAS "SQLiteDisconnect" EXPORT 'Fix to SqliteningClient.bas
@tlpKillImHere = 1
RESET tlpKillImHere
DoRequest %reqDisconnect, 0, 0, "", 0
TCP CLOSE thSocket
CloseHandle thMutex
RESET thMutex
END SUB
Nov 20 2015 Quote from Bern
In the case of SQLitening, the mutex is not being used for instance control. It's being used to ensure TCP sockets don't get flooded with messages. The mutex isn't needed after the client disconnects from the server.
------------------------------------------------------
Hope all is well with you!
Mike
P.S.
Because PowerBASIC and SQLitening Sites are both down it is possible somebody might
be using an older copy of SQLitening and not know about this fix.
-------------------------------------------------------
SUB SQLiteDisconnect ALIAS "SQLiteDisconnect" EXPORT 'Fix to SqliteningClient.bas
@tlpKillImHere = 1
RESET tlpKillImHere
DoRequest %reqDisconnect, 0, 0, "", 0
TCP CLOSE thSocket
CloseHandle thMutex
RESET thMutex
END SUB
Nov 20 2015 Quote from Bern
In the case of SQLitening, the mutex is not being used for instance control. It's being used to ensure TCP sockets don't get flooded with messages. The mutex isn't needed after the client disconnects from the server.
------------------------------------------------------