Multi-threading or Concurrent programming has become a basic need in software development these days. We came across a scenario where we had to perform massive amounts of text (email) processing in PHP. This needed to be done in an elegant manner while …
Read More