-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ALL] Benchmark Requests #355
Comments
Kafka consumers in different languages 🙏 |
HAProxy vs Nginx! |
|
Request: Django DRF vs Django Ninja vs Django with celery. -Django DRF vs Django Ninja |
Hello @antonputra
To help setup the project:
This is #!/usr/bin/env falcon-host
load :rack
hostname = File.basename(__dir__)
port = ENV['PORT'] || 3000
service hostname do
include Falcon::Environment::Rack
append preload('preload.rb')
count ENV.fetch('FALCON_WORKERS_COUNT', 1).to_i
endpoint Async::HTTP::Endpoint.parse("http://0.0.0.0:#{port}")
end and the require_relative 'config/environment' Then to run it with (production): Also, it's good idea to set a connection pool size that can make most of the DB. Falcon can have connection pool that is independent of thread pool (Falcon should use fibers instead of threads) |
Any benchmark requests go here.
The text was updated successfully, but these errors were encountered: