Posts: 4
Threads: 1
Joined: 03.09.2025
Been a long while since I checked on the PB forums. Finally did a couple weeks ago and discovered it was dead. I did some internets searching and found this forum with some familiar names. I just wanted to thank y'all for keeping a door open. Cheers.
Posts: 25
Threads: 2
Joined: 27.01.2025
Hello Bern!
Good to see you.
I hope all is fine on your side...
Posts: 4
Threads: 1
Joined: 03.09.2025
Thanks. All is well more or less. Hope the same for all my PB friends.
Posts: 6
Threads: 0
Joined: 28.01.2025
30.09.2025, 02:09 PM
(This post was last modified: 30.09.2025, 02:45 PM by Mike Doty.)
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.
------------------------------------------------------
Posts: 4
Threads: 1
Joined: 03.09.2025