2 years ago
Hello,
I want to ask, how to increase process limit of php threads
34 Replies
like, I have a application that sends requests to backend for fetching details
after one request has fully proccessed then the railway accepts other request
why does it seem like only 1 thread is there, other requests do not continue untill the earlier requests have been sent out
just as I said in general chat, it's most likely a problem in app itself
could you share more info on what it is?
and just to avoid any confusion, me and the other folks who are around are not working for railway and so we can't just magically peek into your app
I have few requests being send to the backend to fetch some things
and the requests answered one by one
2 years ago
i would like to state that this is not due to an issue with railway itself, that is all
too bad I don't work with php and can't tell you what exact steps you should try, but enabling keepalive is always a good idea
2 years ago
Are you using Nixpacks or a custom Dockerfile?
2 years ago
If you're using Nixpacks, it should be able to process either 32 or 50 connections simultaneously, depending on whether or not I'm reading the config file correctly
2 years ago
(source)
its like this,
one request suceeded
then the server Acceptes the other request from the user and overall is slow asf