Report Bugs Here

Moderator: Mmiscool

User avatar
By kingedem
#55134 its working fine.... To update new app features and bug fixes, we need to update the code.

Can this be done like this:

Let code = wget(myserver.com/default.bas)
Savefile "\default.bas" code
Reboot
User avatar
By Mmiscool
#55135 The size of the program might be an issue with that approach as the whole program would have to reside in ram for a period of time. It might require a specialized function.

There is also the matter of replacing a program in the file system while another one iis running. some thing that might have to be done post reboot.

This will require some thought and planing in order to be done in a way that will maintain a resilient system.