Hello old friends
#1
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.
Reply
#2
Hello Bern!

Good to see you.
I hope all is fine on your side...
Reply
#3
Thanks. All is well more or less. Hope the same for all my PB friends.
Reply
#4
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.
------------------------------------------------------
Reply
#5
Awesome! Cheers Mike.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)