MyDAC and ISAPI hanging when concurrence request

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bastad
Posts: 3
Joined: Wed 15 Nov 2006 06:48

MyDAC and ISAPI hanging when concurrence request

Post by bastad » Wed 15 Nov 2006 07:13

Each request has a TMyConnection and TMyQuery!

One request successed, but when I try concurrence request!! 2 or 3 request..(by loop) isapi reloaded..

Known issue?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 15 Nov 2006 11:06

Thank you for the report. Unfortunately, this is not enough to reproduce the problem. But we do not think that this is the issue of MyDAC. Probably it concerns the server locking. Try to analyze the server log. You should start MySQL Server with --log= option to make it write the log file. For more information read the MySQL Reference Manual.
Other users never reported us about such problems.

bastad
Posts: 3
Joined: Wed 15 Nov 2006 06:48

I found why ISAPI reloaded!!!

Post by bastad » Sun 19 Nov 2006 17:15

MyDAC version of my notebook is trial version.
It may be limite multi-connection, I think. Is it right?

I ordered MyDAC7, My desktop(office) is installed licensed version.
Notebook is NOT! -_-; That is why I'm confuse!!

Best Regards
Byungho

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 20 Nov 2006 09:10

We do not think that this happens because of connections count limitation. In this case you would get the error with a message like "Too many connections" from the server. MyDAC Trial itself does not have such limitation.

bastad
Posts: 3
Joined: Wed 15 Nov 2006 06:48

Oh.. It's not?

Post by bastad » Mon 20 Nov 2006 13:28

My code does not changed, Only remove trial bpl..s, and recompile with source code!! It works fine..

Before try this, My isapi dll does not loaded! When loading, my dll is not connect to db! I think that is trial message dialog make the situation!

What happen dll object linked by trial version of MyDAC7?

Regards
byungho

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 20 Nov 2006 15:47

You are right. The the nag screen of MyDAC trial is the reason of the problem.

Post Reply