Tagged Questions

0
votes
1answer
56 views

Mysql process uses more than 100% CPU usage and neat about 1 GB of memory

Hi All, I am running mysql server on the server's which has following specifications - Dual Xeon Quad Core 2.0, 2048MB RAM, 1x 160gig SATA Fedora Core + SSH But mysql process f …
0
votes
6answers
211 views

What Can A ‘TreeDict’ (Or Treemap) Be Used For In Practice?

I'm developing a 'TreeDict' class in Python. This is a basically a dict that allows you to retrieve its key-value pairs in sorted order, just like the Treemap collection class in …