Jump to content

Recommended Posts

Posted

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?

  • Administrators
Posted

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

Posted

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?

  • Administrators
Posted

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?

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...