Search found 4 matches

by marek
06.11.2005, 14:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Application using ZEOS (mysql-4.1) takes ages to end
Replies: 6
Views: 1381

uses winsock;

[...]

initialization
finalization
WSACleanup;
end.
by marek
05.11.2005, 19:14
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Application using ZEOS (mysql-4.1) takes ages to end
Replies: 6
Views: 1381

Sorry,
but I have no clue, what should be explained in more detail?
by marek
01.11.2005, 16:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Application using ZEOS (mysql-4.1) takes ages to end
Replies: 6
Views: 1381

I found a "quick hack" solution after searching on the mysql buglist.

Adding WSACleanup to my finalization part of the program fixed the delay.

I hope I get no negative side effects with that hack, because I never initialized it.

Regards
Marek
by marek
01.11.2005, 15:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Application using ZEOS (mysql-4.1) takes ages to end
Replies: 6
Views: 1381

Application using ZEOS (mysql-4.1) takes ages to end

I have the following problem: Sometimes it takes quite a time (5-10 seconds) for a application to end if it is using ZEOS/mysql41 (I'm using the 6.5.1/July release). If I close the application, the forms get closed really fast, but I see that some thread is waiting (somewhere inside ZEOS or the mysq...