Todd asked: > Does TS/Citrix open a new instance of the desktop application for each > client? So the desktop application does not need to be explicitly > multi-threaded, unless it accesses a shared resource (ie. database).
Yes, TS opens a new instance for each client and your app doesn't need to be multi-threaded, whether it accesses a DB or not. TTFN, Paul. _______________________________________________ Offtopic mailing list [email protected] http://ns3.123.co.nz/mailman/listinfo/offtopic
