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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:55:43+00:00 2026-05-25T21:55:43+00:00

I wonder if there is a way to make asynchronous calls to a database?

  • 0

I wonder if there is a way to make asynchronous calls to a database?

For instance, imagine that I’ve a big request that take a very long time to process, I want to send the request and receive a notification when the request will return a value (by passing a Listener/callback or something). I don’t want to block waiting for the database to answer.

I don’t consider that using a pool of threads is a solution because it doesn’t scale, in the case of heavy concurrent requests this will spawn a very large number of threads.

We are facing this kind of problem with network servers and we have found solutions by using select/poll/epoll system call to avoid having one thread per connection. I’m just wondering how to have a similar feature with database request?

Note:
I’m aware that using a FixedThreadPool may be a good work-around, but I’m surprised that nobody has developed a system really asynchronous (without the usage of extra thread).

** Update **
Because of the lack of real practical solutions, I decided to create a library (part of finagle) myself: finagle-mysql. It basically decodes/decodes mysql request/response, and use Finagle/Netty under the hood. It scales extremely well even with huge number of connections.

  • 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-25T21:55:44+00:00Added an answer on May 25, 2026 at 9:55 pm

    I don’t understand how any of the proposed approaches that wrap JDBC calls in Actors, executors or anything else can help here – can someone clarify.

    Surely the basic problem is that the JDBC operations block on socket IO. When it does this it blocks the Thread its running on – end of story. Whatever wrapping framework you choose to use its going to end up with one thread being kept busy/blocked per concurrent request.

    If the underlying database drivers (MySql?) offers a means to intercept the socket creation (see SocketFactory) then I imagine it would be possible to build an async event driven database layer on top of the JDBC api but we’d have to encapsulate the whole JDBC behind an event driven facade, and that facade wouldn’t look like JDBC (after it would be event driven). The database processing would happen async on a different thread to the caller, and you’d have to work out how to build a transaction manager that doesn’t rely on thread affinity.

    Something like the approach I mention would allow even a single background thread to process a load of concurrent JDBC exec’s. In practice you’d probably run a pool of threads to make use of multiple cores.

    (Of course I’m not commenting on the logic of the original question just the responses that imply that concurrency in a scenario with blocking socket IO is possible without the user of a selector pattern – simpler just to work out your typical JDBC concurrency and put in a connection pool of the right size).


    Looks like MySql probably does something along the lines I’m suggesting —
    http://code.google.com/p/async-mysql-connector/wiki/UsageExample

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

Sidebar

Related Questions

I wonder, if there is a way to make VS C++ Express console window
I wonder if there is a way to make a self referencing update in
I wonder if is there any way to make a GridView transparent . I
I wonder if there is a way to make an own conversion to integer
I just wonder there a way to display the files in document directory with
I wonder if there exists way to work with large files in Mathematica ?
I wonder if there is a way to either programatically or using a third
I wonder if there's a way to do the following: I have a structure
I wonder if there is a way to create a Custom List in Sharepoint,
i wonder if there is a way to access a control's templatepart from within

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.