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

  • Home
  • SEARCH
  • 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 8645139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T12:28:21+00:00 2026-06-12T12:28:21+00:00

Suppose I have a servlet that on doPost method performs some actions. Also I

  • 0

Suppose I have a servlet that on doPost method performs some actions. Also I have some pool of Connections(let it be N connections) to some web-service that are taken from the pool on each request to my servlet(1 connection per request). In doPost method of the servlet I retrieve a connection from the pool, use it(this operation may last too long) and put back it to the pool.

Suppose that N connections are made simultaneously to the servlet, so N connections will be retrieved from the pool. And while that requests are being processed, N+1 and N+2 requests are arrived, so they will wait until releasing of some connection occurs(my pool is backed by BlockingQueue).

I want to guarantee that N+1 request will own the available connection earlier than N+2 request.

How can I achieve this?

  • 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-12T12:28:22+00:00Added an answer on June 12, 2026 at 12:28 pm

    ArrayBlockingQueue provides constructor argument to control fairness of the queue – when set to true, it’s guaranteed that threads will get elements of the queue in the same order as they called take().

    As far as I understand, use of ArrayBlockingQueue with fair = true as a backing queue of your pool should be enough for your case.

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

Sidebar

Related Questions

Suppose I have a Java Servlet that takes a while to finish computing it's
Suppose I have a pure virtual method in the base interface that returns to
Suppose I have a static method of my class that returns an object of
Suppose that I have a method called doSomething() and I want to use this
Suppose I have a Java servlet that I want to use for two (or
Suppose you have 2 different ASP.NET applications in IIS. Also, you have some ASCX
So I have a doPost method in an order checkout servlet which checks the
Suppose I have a class Baz that inherits from classes Foo and Bar ,
Suppose I have a process that is updating a record and encounters a record
I have a servlet which processes a request for a long time. It suppose

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.