Using Worker Threads in Node.js

|
| By Sahil Kumar

Node.js is single-threaded by default, which means it can handle only one task at a time in the main thread. While this works well for many applications, it can cause problems when dealing with heavy CPU-intensive tasks, like image processing,

JBoss 5 Profile Creation Problem – Eclipse

| By Webner

If you face problem “mail.jar not found” on configuring JBoss 5 profile in Eclipse then the reason is JBoss 5 moved server/default/lib*.jar to server/common/lib folder. Fix for this problem is to change jboss5.serverdef under eclipse (${ECLIPSE_HOME}/plugins/org.eclipse.jst.server.generic.jboss_1.5.105.v200709061325/servers on my machine). Replace