Hi there,
Basically we have an application that has 5 webservices created on startup, i know it sounds a lot but its the way the program needs to be made in the requirements (its for PocketPC, the whole point is spreading out the CPU load to "a server"). Anyway I was wondering how you would create a system where each objects creation is threaded off (and the SOAP stuff does its thing), and is it actually worth it? Just to cut the loading time as its, well - rather nasty to say the least. So if anyone could point me in the right direction that would be cool.
NB all the objects are held in "frmMain" and its written in C#
Peace
Basically we have an application that has 5 webservices created on startup, i know it sounds a lot but its the way the program needs to be made in the requirements (its for PocketPC, the whole point is spreading out the CPU load to "a server"). Anyway I was wondering how you would create a system where each objects creation is threaded off (and the SOAP stuff does its thing), and is it actually worth it? Just to cut the loading time as its, well - rather nasty to say the least. So if anyone could point me in the right direction that would be cool.
NB all the objects are held in "frmMain" and its written in C#
Peace