Learn while Working

Purpose of the blog is to learn things while you working. There are may things we do but we don't know the implementation and importance of those things. Lets learn those things

Wednesday, 1 January 2020

useful link

1. Thread dump
https://dzone.com/articles/how-analyze-java-thread-dumps

2. SSL connection
http://publib.boulder.ibm.com/httpserv/ihsdiag/ihs_performance.html#SSL
Posted by learner at 23:09 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Search This Blog

Pages

  • Home
  • About Me

Blog Archive

  • ►  2023 (1)
    • ►  September (1)
  • ►  2022 (11)
    • ►  December (1)
    • ►  November (1)
    • ►  October (2)
    • ►  September (7)
  • ►  2021 (1)
    • ►  April (1)
  • ▼  2020 (3)
    • ►  October (1)
    • ►  April (1)
    • ▼  January (1)
      • useful link
  • ►  2019 (1)
    • ►  December (1)
  • ►  2015 (13)
    • ►  May (6)
    • ►  April (1)
    • ►  January (6)
  • ►  2014 (4)
    • ►  May (1)
    • ►  April (3)

Popular Posts

  • Marriage Shopping
    Necessary household item after marriage. I purchased following items: 1. Refrigerator: 235 liter LG refrigerator 1. https://amzn.to/2...
  • Remote debugging using Tomcat with eclipse
    Remote debugging using Tomcat with eclipse The Java debugger has a client/server design so that it can be used to debug programs that r...
  • Sorting Techniques use in Java
    According to the Java 7 API doc for primitives: Implementation note: The sorting algorithm is a Dual-Pivot Quicksort by Vladimir Yaros...
  • Inversion of control
    Class ArrangeDuties {     Employee e;     ArrangeDuties(int type)     { if(type==1)            e = TechEmp(); el...
  • Layered Architecture V/S Tiered Architecture
    Logical layers are merely a way of organizing your code. Typical layers include Presentation, Business and Data – the same as the tradit...
  • Time Management
     Time Management Be selective - select most important work first Biggest, hardest and most important task -- tackle most important task firs...
  • Daemon thread in Java
    A daemon thread is a thread, that does not prevent the JVM from exiting when the program finishes but the thread is still running. An e...
  • Security chapter 2
      DATA IN TRANSIT Encryption  helps you achieve confidentiality. A cryptographic operation makes sure that the encrypted data is visible onl...
  • Securing GRPC Traffic
      the communication between the calling microservice and the recipient microservice happens over HTTP in a RESTful manner with JSON messages...
  • Synchronization is lot more than Mutual Exclusion
    In multiprocessor systems, processors generally have one or more layers of memory cache. Cache speeds up speed of accessing the data as da...
Picture Window theme. Powered by Blogger.