ps axuw| grep mysql indicates only mysql process but if I run htop I can see 10 rows each one of them with a separate PID. So I wonder if they are threads or processes that for some reason I cannot see using ps.
Would it make any sense to try to limit them to 2 on my development machine where I don't need concurrent access of many clients.
BTW Running on Ubuntu 8.10