Dual processor query with JADE ?
Posted: Fri Aug 07, 2009 12:46 pm
by ConvertFromOldNGs
by Silversprings >> Thu, 27 Jan 2005 2:29:03 GMT
If a client is interested in buying a multiple processor server then how can JADE be harnessed to make best use of them ????????
cheers
Silversprings
Re: Dual processor query with JADE ?
Posted: Fri Aug 07, 2009 12:46 pm
by ConvertFromOldNGs
by cnwjhp1 >> Thu, 27 Jan 2005 2:45:29 GMT
Any time you have more than one Jade app running, it will automatically make use of a number of processors. This includes Thin Client apps. Each Jade application runs in its own thread, and threads can be individually run on different processors.
So as long as you use the normal configuration of jadrap, jadapp and thin clients, Jade will take care of it all for you. Assuming you are talking about an industry-standard 2 by or 4 by server, there is nothing else you need to do.
If there are background apps that do a lot of work, they should be run as standard clients in their own jade.exe node. If there are a lot of users, or the jadapp is very busy, it can provide better response times to use more than one jadapp.
Cheers,
John P