Click to See Complete Forum and Search --> : How?


gamecocks
February 22nd, 2005, 02:36 PM
I need to let my application used by several users. Who can give me some idea about how or some example? Thanks

Ejaz
February 23rd, 2005, 07:58 AM
Give a copy of your application to each user to use or put it at some publically acciable domain, so others can download it and use it.

Krzemo
February 23rd, 2005, 08:29 AM
so others can download it Or better configure it to run from network path (One place to update and no local copies which can be outdated).

Best regards,
Krzemo

gamecocks
February 23rd, 2005, 09:39 AM
Thank you for your reply. But I need to let several users to use my application at same time and implement a mechanism to support efficient data sharing among multiple users. I am the Tools developer and need to extand our tool from single user to multiple users. Who can give me some idea about how or similar example? Thanks

Krzemo
February 23rd, 2005, 09:44 AM
... a mechanism to support efficient data sharing among multiple users What kind of data need to be shared?

Davey
February 23rd, 2005, 11:36 AM
implement a mechanism to support efficient data sharing among multiple users

Can you use a database for this? Depending on your needs, you could use Access, MSDE, SQL Server etc..

gamecocks
February 23rd, 2005, 02:27 PM
The company want to make our tool used by several user at same time. In other words some company buy and intall our product, whole group or company can use. I think it is similar to network managerment system. The people can use NMS at different place by diferent people at same time. It might be multithread or something else. I try to figure out how to do. If somebody can provide some idea or example, I will appreciate it.