One single application per JVM
Wednesday, 17 May 2017
Session basics
- Session is an implementation of caching
- Session in Java never put in synchronized block as itself implemented thread safe
- While writing session, we need to be careful that updation of session data between multiple controllers since session data wll be same for all controllers.So application logic which was expecting some data has already modified by some other request.
- Also need to be careful to rewrite or reupdate session data for same controller between different request.
- One session per user but can put put many objects with in same session object
Wednesday, 5 April 2017
Best study material for Linux
1. Sumitabha Das-Your UNIX_Linux_ The Ultimate Guide-McGraw-Hill Education (2012).pdf
2. https://barathiraju.files.wordpress.com/2009/11/redhat-certified-engineer-linux-study-guide1.pdf
3. http://www.tldp.org/LDP/Bash-Beginners-Guide/html/
4. http://tldp.org/LDP/abs/html/
5. http://gen.lib.rus.ec/book/index.php?md5=F0D97C3E2144BB5FDAF9D4959C45F3E6 (
The Design of the UNIX Operating System (Prentice-Hall Software Series) | |||
Maurice J. Bach |
Subscribe to:
Posts (Atom)