1 Dec 2008 11:40
Re: Streaming (on demand) applications - natural development from local applications
hi, Am Samstag, den 29.11.2008, 11:27 +1300 schrieb Krsnendu dasa: > 2008/11/29 David Van Assche <dvanassche@...> > > On Wed, Nov 26, 2008 at 4:33 AM, Krsnendu dasa > <krsnendu108@...> wrote: > > If you install more programs to run locally doesn't that > make the image > > bigger? > > > The image is bigger, sure, but it's still being loaded from > the > server, and there is no relation between image size and ram > usage... > > I thought the image was loaded into a ramdisk on the thin client? no, it is mounted from the server. during boot of a client a tmpfs is created in ram for the writeable system bits needed to run the client system (this includes system bits of local applications if they run indeed)... in case of local applications, the users /home is additionaly mounted via sshfs so that user data goes onto the server right away. the growth of the image is really a minor factor here, the normal ram usage of the app and how many bits it writes in the system area are the more importat factors. userspace apps rarely use much space in the system area i.e. in case of firefox for example all the cached data goes into the users homedir(Continue reading)
When
I execute my script manually in a shell it works. I did remember to do
an "ltsp-update-image" after putting the script init /etc/init.d/.
RSS Feed