Re: [sqlite] Known reasons why sqlite3_open_v2 can take over 60s on windows?

2018-08-01 Thread R Smith
On 2018/07/31 5:02 PM, Andrzej Fiedukowicz wrote: Hi mailing list gurus! I will start with TL;DR version as this may be enough for some of you:  * We are trying to investigate an issue that we see in diagnostic data of our C++ product.  * The issue was pinpointed to be caused by timeout on `sql

Re: [sqlite] Known reasons why sqlite3_open_v2 can take over 60s on windows?

2018-08-01 Thread Richard Hipp
On 7/31/18, Andrzej Fiedukowicz wrote: > * The issue was pinpointed to be caused by timeout on > `sqlite3_open_v2` which supposedly takes over 60s to complete (we only > give it 60s). Are you sure the time is happening on sqlite3_open_v2()? Because that routine just opens the file descriptors

[sqlite] Known reasons why sqlite3_open_v2 can take over 60s on windows?

2018-08-01 Thread Andrzej Fiedukowicz
Hi mailing list gurus! I will start with TL;DR version as this may be enough for some of you:  * We are trying to investigate an issue that we see in diagnostic data of our C++ product.  * The issue was pinpointed to be caused by timeout on `sqlite3_open_v2` which supposedly takes over 60s to co