Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
Visual Basic 6
App needs to go to multiple sites at once...should I use background worker?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Samantha" data-source="post: 18022" data-attributes="member: 1307"><p>I've been searching on and off today and for the life of me I can't figure this one out.</p><p></p><p>I have an app that is needs to access multiple web sites and sign up for accounts.</p><p></p><p>I don't want to run them one by one as this would be slow as christmas so I figured that I could setup some sort of background worker and put each process on it's own thread that way the app could run each sign up page at the same time.</p><p></p><p>Would using background worker be the "BEST" option to use for this type of application requirement?</p><p></p><p>Thanks</p></blockquote><p></p>
[QUOTE="Samantha, post: 18022, member: 1307"] I've been searching on and off today and for the life of me I can't figure this one out. I have an app that is needs to access multiple web sites and sign up for accounts. I don't want to run them one by one as this would be slow as christmas so I figured that I could setup some sort of background worker and put each process on it's own thread that way the app could run each sign up page at the same time. Would using background worker be the "BEST" option to use for this type of application requirement? Thanks [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
Visual Basic 6
App needs to go to multiple sites at once...should I use background worker?
Top