Hi all.

I need some advice on a project design question. I want to run an Active X exe server that will have objects running in their own threads, so they may perform background operations. In theroy... would it be better to have a handfull of objects on a client or lots of objects on a dedicated server? I would think that a few objects on a client would be better, but I am in need of more inlighted opinions.

I'm sure there are going to be advantages to both situations, but being new to the idea of client server operations, would it be unreasonalbe to have a large number of objects marshall data back and forth a network? I don't plan to call the object all the time, but due to large numbers, the calls may add up quickly.

Thanks for any input

wolf