Word Automation with Visual Basic 6.0 
Author Message
 Word Automation with Visual Basic 6.0

Hi, I try to develop a excel automation in Visual Basic
6.0. This com will run in a server.
I don't know, which is the best way to do this.
If a develop a dll, The space of process is the same of
the client. This will cause that behavior of component is
locked the server.
If a develop a activex exe, it's will cause performance
penalty.
Please help to choose the best option, consider that the
client are more than to 50.000.
I read this:
http://www.*-*-*.com/
asp
It's posible automation word?
thanks.


Sun, 27 Jun 2004 03:08:09 GMT  
 Word Automation with Visual Basic 6.0
I'm not sure what you're trying to accomplish, so this
suggestion may not make sense, but have you considered
creating a server process that handles the Excel
integration and submitting requests that that 'server'
using MSMQ?  This would allow you to support more users
(although 50,000 is a big number) while saving on server
resources.  Theoretically, it would even be possible to
scale the Excel processing out to multiple servers to help
with the work load.  I've used similar techniques to
submit requests to an application running in FoxPro on a
server separate from the web server, and the response time
was quite acceptible.

Bruce Johnson
TAG Consulting

Quote:
>-----Original Message-----
>Hi, I try to develop a excel automation in Visual Basic
>6.0. This com will run in a server.
>I don't know, which is the best way to do this.
>If a develop a dll, The space of process is the same of
>the client. This will cause that behavior of component is
>locked the server.
>If a develop a activex exe, it's will cause performance
>penalty.
>Please help to choose the best option, consider that the
>client are more than to 50.000.
>I read this:
>http://support.microsoft.com/support/kb/articles/q257/7/57
.
>asp
>It's posible automation word?
>thanks.

>.



Sun, 27 Jun 2004 04:19:52 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Help! excel-automation with visual basic 6.0

2. OLE Automation Error Experienced with Word 7.0 not with Word 6.0

3. OLE Automation Error Experienced with Word 7.0 not with Word 6.0

4. OLE Automation Error experienced with Word 7.0 not with Word 6.0

5. Microsoft Word with Visual Basics 6.0 Issue

6. Connecting a Word Template to Visual Basic 6.0

7. do Visual Basic 6.0 and Visual Basic .NET version beta Working Both

8. Visual Basic 6.0 and Word 97

9. Loading and printing a MS Word XP document within Visual Basic 6.0

10. Read a FormDropDown in word 2000 from Visual Basic 6.0

11. Visual Basic 6.0 and Word 97

12. Visual Basic 3.0 to Visual Basic 6.0

 

 
Powered by phpBB® Forum Software