Home Tags WWW

Tag: WWW

Fundamental of Java Multi-threading

2
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

0
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

3
Right from Part 1 of this series, we've covered the major types of attacks being done on Web applications -- and their security solutions....