Python Load Balancing.

How does python handle a situation when 5000 users send a request in the same moment to the server, and each request takes 6 seconds to process? In java , servlets would do the job automatically ( everything would be broken down into threads ). How about python?