I'm developing a scalable app and I use the web role, queue, worker role design... But right now (in the alpha tests phase) i'm concerned a little about cost cutting because i'm suffering from the common "out of cash" problem...
So due to the test nature of the phase i was wondering if there's a way to make a role behave as web role and worker role? So i could deploy both of my projects (the "WebFrontEnd" project and the "QueueProcessor" project) on a single instance...
Edit1: i do know how to deploy various web projects on the same instance... or a web project and a WCF project... but i can't manage the worker role project...