Topic: Very slow in networking

Please help me! We have here a project and we tried this in networking but we encountered slow response and sometime lagging.

please help

Post's attachments

Attachment icon eMCR - Copy.zip 1.45 mb, 354 downloads since 2017-05-30 

Re: Very slow in networking

please do not use sqlite in network insted of it use mysql supported by MVD

sqlite single process blocks database for single write so other process (driven by other user) had to wait until sqlite complete first process, you can read concurrently but you can not write in it.

https://sqlite.org/whentouse.html read it.

Re: Very slow in networking

OMG huhuhu

my development style is portable, is there a possibility in MySql to develop a portable style?



by the way Kim, what is your nationality and do you an FB account?


Thank you!

Re: Very slow in networking

Another query KIM

Is there a possibility in MVD to paginate and view the records using the SQL Limit?

Re: Very slow in networking

Mysql is not portable as you know about pagination in MVD I have no idea you should ask @Dmitry he is MVD Developer. Or someone in Forum did it before than they can jump in here will help you.

Re: Very slow in networking

manixs2013 wrote:

Another query KIM

Is there a possibility in MVD to paginate and view the records using the SQL Limit?

How long do you wait before the TableGrid is filled with data?



Also I made an example, how to made pagination:

Post's attachments

Attachment icon eMCR - Copy_fixed.zip 1023.06 kb, 418 downloads since 2017-05-31 

Dmitry.

Re: Very slow in networking

THANK YOU DRIVESOFT for the support. This will help me a lot in the dvelopment