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 350567
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:33:43+00:00 2026-05-12T11:33:43+00:00

Here are my basic assumptions: Wcf executes my service operation methods on IOCP threads

  • 0

Here are my basic assumptions:

  1. Wcf executes my service operation methods on IOCP threads (UnsafeQueueNativeOverlapped) instead of normal ThreadPool threads (QueueUserWorkItem).

  2. Blocking I/O should not be done inside of one-way service operation methods.

  3. Blocking I/O should not be done inside of a normal ThreadPool thread.

I believe that the best strategy is to chain async calls. So, if I receive a message into my one-way service operation, I then do an async call to my db and when that completes, do my next async db call, etc. and finally respond via my wcf callback…

However, it’s hard to do every single database call async. I have resorted to breaking rules 2 and 3 above, but I don’t like it because I believe this will starve the ThreadPool eventually. Are there any better strategies?

I have looked into using Jon Skeet’s CustomThreadPool, but I’m not sure if that’s the answer either.

  • 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-05-12T11:33:44+00:00Added an answer on May 12, 2026 at 11:33 am

    I would suggest breaking rule 3 by queuing up synchronous I/O calls for the ThreadPool to perform. The service methods still return immediately, but the work gets done in the background eventually, perhaps kicking off a return notification.

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

Sidebar

Related Questions

I am missing something embarrassingly basic here in my Merge Sort implementation: # include
I'm sure I'm doing something really dumb and basic here but I can't seem
Here's the basic UI i intend: There is central circle:CENTER. As the view is
Here is the basic I am using FB.ui to post a flash application to
Here's a basic view of what my html looks like: <form> <div id=part1> //
Here's the basic situation: I have an OpenGL VBO that draws a 2D symbol
Here's the basic information: I've been studying Rob Miles' C# Yellow Book 2011 extensively.
Here one more basic question asked in MS interview recently class A { public
Here's the basic layout of a page I'm working on: alt text http://www.mfrl.org/images/pagelayout.png What
I might be missing something basic here, but I'm stumped on this error: model

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.