Homepage
About membership
Sign inGet started
Homepage

Suman Ganta

Suman Ganta
Editor of suman_ganta
41 Following4 Followers
  • Profile
  • Latest
  • Claps
  • Responses
Latest
Go to the profile of Suman Ganta
Suman Ganta in suman_ganta
Jun 24, 2007

ClassLoader Hierarchy viewer

I always had problems with class loading. Be it a Java EE app or some proprietary framework that maintains its own class loader hierarchy, I would end up spending time on “Why my class is not getting loaded” kind of problems. I’m sure may of the developers/designers would have…

Read more…
Go to the profile of Suman Ganta
Suman Ganta in suman_ganta
Jun 12, 2007

USB Worm

My laptop happened to get infected with this worm recently. The way it is written is silly enough to catch it up easily. At times I hate windows shell because of its vulnerability even to such silly programs.

Read more…
Go to the profile of Suman Ganta
Suman Ganta in suman_ganta
May 20, 2007

Changing mutex object reference

Writing concurrent execution modules is always tedious job. As most of the thread packages offer concurrency through locks, we should be careful about dealing with them. There is one side effect that compiler will not notice while we do this kind of programming. That is…

Read more…