mapper Posted March 17, 2015 Share Posted March 17, 2015 Server system resource may be limited. If we use client system resourse our uniapp will be stable. I want to use array with client memory but how? Can you help me? Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted March 17, 2015 Administrators Share Posted March 17, 2015 You can not use client resources as a replacement of server side resources. All we can do is to free server side resources as soon as we don't need them. That requires dynamic coding. 1 - Create resources (Queries, Arrays, DataSets and etc.) 2 - Send the result to client 3 - Free resources Quote Link to comment Share on other sites More sharing options...
mapper Posted March 17, 2015 Author Share Posted March 17, 2015 Thank you for reply Farshad. Ok. For example ClientDataSet which memory use? Server or client? why it's name clientdataset? if i use it, is this may be a solving way? Quote Link to comment Share on other sites More sharing options...
Administrators Farshad Mohajeri Posted March 17, 2015 Administrators Share Posted March 17, 2015 Clientdataset is a Delphi component and like all Delphi components it consumes server side memory. First of all, try to determine what consumes memory in your app? Is it data structures, queries, datasets or what? Quote Link to comment Share on other sites More sharing options...
mapper Posted March 17, 2015 Author Share Posted March 17, 2015 ok. i try diffrent way, if i find a solve, i will share. Thanks for all. Quote Link to comment Share on other sites More sharing options...
mapper Posted July 13, 2015 Author Share Posted July 13, 2015 http://forums.unigui.com/index.php?/topic/2363-google-maps-for-unigui/page-12 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.