skip to main
|
skip to sidebar
Java language discussions
Tuesday, September 30, 2008
Great article on thread synchronization
Awesome article on thread synchronization. It also gives assembly level instructions when monitor region is executed.
http://www.artima.com/insidejvm/ed2/threadsynch.html
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
My Other Blogs
Interesting Algorithms
Binary Search Tree
8 years ago
Oracle / Sun Identity Management Products
Citrix StoreFront configuration
11 years ago
DBMS Tutorials
connection usage
12 years ago
** Lakshman's interface to world **
PDF Merge / other utilities
12 years ago
Blog Archive
►
2007
(17)
►
January
(3)
►
February
(6)
►
April
(3)
►
May
(1)
►
October
(1)
►
November
(2)
►
December
(1)
▼
2008
(12)
►
February
(1)
►
March
(1)
►
April
(1)
►
May
(1)
►
July
(2)
►
August
(1)
▼
September
(1)
Great article on thread synchronization
►
October
(2)
►
November
(2)
►
2009
(11)
►
February
(1)
►
April
(1)
►
May
(1)
►
July
(5)
►
September
(2)
►
November
(1)
►
2010
(1)
►
June
(1)
►
2011
(13)
►
November
(1)
►
December
(12)
►
2012
(11)
►
January
(7)
►
March
(2)
►
November
(1)
►
December
(1)
►
2013
(2)
►
February
(1)
►
May
(1)
Spring MVC
Spring MVC Examples End-To-End
EJB
Build your first stateless session bean
Overview - Basics
Security
KeyTool
JDBC
Sun JDBC Tutorial - Basics with lots of examples
Relational Database
PL/SQL Tutorial-1 Basics
Java - Stored Proedure
SQL Tutorial - Basic
SQL Join
Fundamentals of Relational DB Design
Web Services / RPC - Bookmarks
Oracle - RPC vs DOC analysis
w3schools
AXIS - Apache SOAP article
AXIS - User Guide
Integration using WSIF
Parsing XML Efficiently
Web Services Home Page
XML Parsing
SAX and DOM
DOM FAQ
Regular Expressions - Bookmarks
Regular Expressions Homepage - O'Reilly
Performance - Bookmarks
Website on performance tuning
Algorithms - Bookmarks
Algorithms - University Course Page (Very Good)
Data Structures Course Material - Wisc Mad
Heap Sort
Introduction to data structures
Linked List Implementation
LinkedList - Easy example
Merge Sort
MIT Courses - Online Streaming (Excellent)
Sorting - Tutorial
Sorting Algorithms
Interviews - Bookmarks
Data Structure Representation
EJB Interview Questions
Java Implementation - Sorting Algorithms
Largest / Second Largest Problem
Log Base 2
Sorting Algorithms
Stanford - LinkedList Problems
Subset Sum problem
Identity Management
Access and Federation Management terms
Sun IdM blog by Lakshman
Sun's OpenSSO initiative
Fun
Java Beer
Java Specification - Bookmarks
Java Specification - Tutorials
Java specification from Sun Microsystems
Java version history
Core Language - Bookmarks
Anonymous Classes
Collection - Quick Tutorial 1
Collection - Quick Tutorial 2
Essential Classes - Tutorials (Very Good)
Introductory Java Programming Tutorial (Very Good)
Object passing - "Call by Value".
Serialization
Tutorial books - Sun Microsystems
Enum
Enums usage in JDK 1.5
Typesafe Enum
Java Threads / Concurrency - Bookmarks
Deadlocks
Good article with diagramatic explanation of Monitors
Thread Synchronization - For interviews
Threading chapter from Java Language Specification
Threads and Locks
Tutorial on concurrency
Java Memory - Bookmarks
Find memory leaks in Java
Great article on heap leaks * * * * *
Handling memory leaks
Heap Dump Snapshots
Heap dumps are back with a vengeance
Plugging memory leaks using weak references
Plugging memory leaks with weak references
Tracking Down Memory Leaks
UMD Discussion Site for Java Memory Model
Using Mustang’s jmap/jhat to profile GlassFish
What's in my Java Heap
Wikipedia - GC algos article
Network Programming
All about sockets
Custom Networking
Data Corruption demo example - nice code.
Java World: Socket Programming tutorial.
TCP Protocol Tutorial
JSP
Tutorials -1 *****
Reflection
O'Reilly Tutorials
Design - Bookmarks
Desiging Services using SPI
Designing with interfaces
Frameworks - Bookmarks
Struts1/Struts2/Spring/Hibernate - Good
Struts Framework - Tutorials
Design Patterns - Bookmarks
Double Checked Locking - Anti Pattern
J2EE Patterns - Sun Microsystems Blue Prints
Java Design Patterns Tutorial (good)
Security
Certutil tool
Mozilla - cert7.db reference
Mozilla - Getting started with SSL
SSL - Error Codes Interpretation
Sun - Introduction to SSL
Sun - Security Resources
Debugging
Analyzing Stack Traces
Handling memory leaks - 1
Handling memory leaks - 2
jdb - thread dump analysis
JMap - Java Memory Map Tool
JPS - JVM Process Status Tool
Thread dump for Sun App Server
Tomcat - Configure remote debugging
Troubleshooting memory leaks
HTTP Protocol
Cookie basics
Cookie spec.
Handling Form Data in Servlet
Http Session spec.
Servlet Request interface
Servlet response interface
Quick Help - Bookmarks
All about arrays
Java Application Launcher Utility.
Java Terms Glossary
Java basic examples
Programming Examples
Read Input from console
HashMap usage