Tag: WWW
Fundamental of Java Multi-threading
This article explains what threads are in Java. It elaborates on their uses and on how to implement them, while discussing their life cycle.
In...
Use Haskell to Access Two Popular Databases
Haskell, named after logician Haskell Curry, is a standardised, general-purpose, purely functional programming language, with non-strict semantics and strong static typing. In this ninth...
Securing Apache, Part 10: mod_security
Right from Part 1 of this series, we've covered the major types of attacks being done on Web applications -- and their security solutions....