Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8779209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:43:46+00:00 2026-06-13T19:43:46+00:00

Can I use the same process in multiple threads? There are 5 categories: 1

  • 0

Can I use the same process in multiple threads?

There are 5 categories:

  • 1 category – 100000 mail send
  • 2 category – 10000 mail send
  • 3 category – 200000 mail send
  • 4 category – 1000 mail send
  • 5 category – 300000 mail send

that are using two threads.

Thread time to send mail for each cateogry: [Thread 1] Took 40 mins for category 1; [Thread 2] took 10 mins for category 2
[Category 3] should be picked up by Thread 2 and after that randomly taking other categories. I am using Asp.net with Window service in backgorund process.

This is the method to get the mail detail : SendNewsLatterStatus
so that [Category 3] is continuing with Thread 2 and after that randomly taking
category in Thread ..
In asp.net with Window service in backgorund process.

            NewsLatterThread1 = new Thread(new ThreadStart(SendNewsLatterStatus));
            NewsLatterThread1.Name = "NewsLatter1";

            NewsLatterThread2 = new Thread(new ThreadStart(SendNewsLatterStatus));
            NewsLatterThread2.Name = "NewsLatter2";

            NewsLatterThread1.Start();
            NewsLatterThread2.Start();

            NewsLatterThread1.Join();
            NewsLatterThread2.Join();

            NewsLatterThread1.Abort();
            NewsLatterThread2.Abort();

It’s not properly working what is the mistake for that

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T19:43:47+00:00Added an answer on June 13, 2026 at 7:43 pm

    You need to first clear out your concept of threading.

    Read this http://www.albahari.com/threading/
    This will surely clear air as well as will sort out your query.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I use Process.Start(), but have the launched process not in the same
how can I use the same UI template (*.ui.xml file) with multiple Java objects
How can I use Same Custom Validation Attribute Multiple Times on Same Field or
I have defined CSS in MasterPage so that all pages can use the same
Can the application use set same char in the XON and XOFF? If yes,
I can use HttpListener to listen for requests coming from the same computer, but
Can I use the WPF DataGrid control in the same way I use a
can i use fragments and map view in the same activity. I have seen
how can i use jQuery to show/hide the same div area... essentially swapping out
How can I use contains and iexact Field lookups at the same query in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.