Top "Reload" questions

reloading is the process of re-requesting and re-rendering the currently displayed page

SIGHUP for reloading configuration

According to signal(7), SIGHUP is used to detect hangup on controlling terminal or death of controlling process. However, I have …

linux unix configuration signals reload
Prevent loss of variables when browser reload button is pressed

Is it possible to keep my (global) variables when the page is reloaded? If yes, how? Thanks for any help. …

javascript global-variables reload
Table View Reload Sections Crashes

I have a table view with 4 sections and 1-2 table view cells per section. The first cell has a uiswitch …

ios objective-c uitableview reload sections
hot reloading / swapping with Python

I want code changes to take effect immediately during development. How can I detect changed files and reload them in …

python reload hotdeploy hotswap
How can I run this script when the tab reloads (chrome extension)?

So i'd like to run a script when the tab reloads in a specified URL. It almost works, but actually …

javascript google-chrome-extension manifest reload onupdate
How to save the state of an Android CheckBox when the users exits the application?

Is there any way by which I can save the state of my checkboxes (checked or unchecked) when user exits …

android checkbox reload exit savestate
Galleria theme occasionally not loading

I am using the Galleria slideshow on my site, but I've noticed an error that seems to happen very randomly. …

javascript reload galleria
how reload the servlet without restart the tomcat6 server

If I have multiple Host definition on my $TOMCAT_HOME/conf/server.xml How can I reload the servlet without …

tomcat servlets reload restart server.xml
Python reload file

I have a script that computes some stuff. It uses inputs from a separate file 'inputs.py'. In 'inputs.py' …

python file reload