PowerBASIC Users Meeting Point
Hello old friends - Printable Version

+- PowerBASIC Users Meeting Point (http://pump.richheimer.de)
+-- Forum: Miscellaneous (http://pump.richheimer.de/forumdisplay.php?fid=11)
+--- Forum: This and that - friendly chat (http://pump.richheimer.de/forumdisplay.php?fid=12)
+--- Thread: Hello old friends (/showthread.php?tid=89)



Hello old friends - Bern Ertl - 28.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.


RE: Hello old friends - Pierre Bellisle - 29.09.2025

Hello Bern!

Good to see you.
I hope all is fine on your side...


RE: Hello old friends - Bern Ertl - 30.09.2025

Thanks. All is well more or less. Hope the same for all my PB friends.


RE: Hello old friends - Mike Doty - 30.09.2025

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.
------------------------------------------------------


RE: Hello old friends - Bern Ertl - 01.10.2025

Awesome! Cheers Mike.