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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:11:35+00:00 2026-06-08T05:11:35+00:00

I am currently doing some I/O intensive load-testing using python. All my program does

  • 0

I am currently doing some I/O intensive load-testing using python. All my program does is to send HTTP requests as fast as possible to my target server.

To manage this, I use up to 20 threads as I’m essentially bound to I/O and remote server limitations.

According to ‘top’, CPython uses a peak of 130% CPU on my dual core computer.

How is that possible ? I thought the GIL prevented this ? Or is it the way Linux ‘counts’ the resources consumed by each applications ?

  • 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-08T05:11:37+00:00Added an answer on June 8, 2026 at 5:11 am

    100 percent in top refer to a single core. On a dual-core machine, you have up to 200 per cent available.

    A single single-threaded process can only make use of a single core, so it is limited to 100 percent. Since your process has several threads, nothing is stopping it from making use of both cores.

    The GIL only prevents pure-Python code from being executed concurrently. Many library calls (including most I/O stuff) release the GIL, so no problem here as well. Contrary to much of the FUD on the internet, the GIL rarely reduces real-world performance, and if it does, there are usually better solutions to the problem than using threads.

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

Sidebar

Related Questions

I'm currently doing some testing to determine the performance implications of including an index
I am currently doing some kind of reporting system.the figures, tables, graphs are all
I am doing some performance critical work in C++, and we are currently using
I'm doing some testing with WCF and we currently have the following Server setup
I'm currently doing some testing work with TOR and ran in to a small
I am currently doing some socket programming using C/C++. To be able to use
Currently, I am developing a product that does fairly intensive calculations using MS SQL
I'm currently doing some GUI testing on a ASP.net 2.0 application. The RDBMS is
I am currently doing some research in using PhoneGap instead of write different code
I'm currently doing some testing on wordpress. In a recent test I found out

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.