Brush Your Testing Environments and Tools (Don't Rush for next task )

Recently I tried to start an OpenSIPS server on a Virtual machine, but I realized that I have made some module’s modifications and server probably couldn’t start due to this modification. I didn’t revert the state of OpenSIPS’s module due to rush for next “URGENT” task. Now I can’t remember what were the modifications. Probably …

Brush Your Testing Environments and Tools (Don't Rush for next task ) Read More »

Recently I worked on a server side project. And I noticed this snipet below :
public class DBConnection implements Connection {
private DBCConnectionPool pool;
private Connection conn;
public DBCConnection(Connection conn, DBCConnectionPool pool) {
}
}
I was very curious to see the reason for pool reference …

Read More »