|
-
Aug 22nd, 2001, 09:14 PM
#1
Thread Starter
Hyperactive Member
Connection duration
Hi,
I need to write a COM that will do some data transfer from one server to the other. This COM will run on MTS.
As advised from M$, it is better to use Client-Side recordset, and make the connection duration as short as possible.
My problem is that, I must use Server-side recordset and also the process may lasts for over one hour.
Since there are many other apps that have COM running on that MTS too, will this be a great performance impact to other apps?
Thx
-
Aug 22nd, 2001, 09:29 PM
#2
In one word - yes. You are gonna kill the server. I know because I did it once.
-
Aug 22nd, 2001, 09:40 PM
#3
Thread Starter
Hyperactive Member
Hi,
Then what can I do? In my situation, I can't use Client-Side recordset or I won't be able to update it.
Can I split the download processing into certain pieces (say 5 simultaneously download instead of 1)??
I must use Server-Side recordset and long duration........please advise!!!!
Thx a lot!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|