Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiling DLL for shared applications
Message
From
01/04/2002 05:19:24
 
 
To
01/04/2002 04:11:28
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00639349
Message ID:
00639360
Views:
18
Hi!

Of course, there will be a slow down, because all will work through LAN. This is not so sognificant, unless you're calling COM object multiple times (50 or more)/per user request. It is good idea to call COM object in such case in few requests only. Each request to COM objec for property value or method call require communication between local and remote computers and that takes additional time. Sometimes when server machine is much more powerful than client's, this speeds up work - COM component on the server does job more quickly, and as a result respons more quickly,making an illusion of improved performance. The illusion quickly becomes off when you will try the system with 10 or even 100 users - the communication time becomes quite significant.

All this is more LAN speed, reliability and server reliability/power problem in such case.


>Thanks for the info Vlad. Currently, I use the CreateObject() function to create an instance of the function / method within the Dll. If I will use CreateObjectex() function, will there be a great significance of slowness compared to the CreateObject() function? Will a single Dll being accessed by many clients work just fine as compared to registering the same dll on each workstation?
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform