I'm doing some (heavy) scientific calculations on my brand new account. On my first steps I tried it pure single-core, but it ran even slower than on my shabby core i5. Multicore was the same. Both not being in the tarpit. What's the best way, to achieve more performance?
Within Python, I'm using a pool of workers from the multiprocessing package. os.cpu_count() shows 2 cores. Is it possible, to use more? Or how do I handle it the best? As I'm new to cloud computing, there are so many questions ;)