Hello Team
I have tried the External HTTP Server… But i see i am unable to load css as they act as if they are loaded from localhost/css, rather than localhost:port/css…
On the other hand… I have also noticed a failure on curl requests to external https server… as i encountered the same issue while using apache… and i was required to manually set the cacert.perm to php.ini… it would be great this could be made available by default… If at all i am correct…
Kindly Assist
Hello Team
We are using jQuery typeahead suggestions that perfom ajax request… when i type one letter and wait for response… it works fine, but when i quickly type it doesn’t provide a response… are there some limitations…? since this works perfectly on normal webserver… i have also tested within the app itself it works just fine… the issue is likely to be associated with the webServer… which we are very glad that has been made possible…
On the other when closing the app… the app leaves behind traces running in the task Manager… that prohibits it from running when required later… I am using windows 11…
I am currently testing the Exeoutput For PHP 2024.2…
Kindly Assist
Looks like the two problems are linked: if some traces persist, it may be an orphan PHP process. This process was probably the one responsible for processing the query while you typed. Maybe you reached the maximum number of PHP requests allowed at the same time, since you typed fast, this could have lead to too much requests?
Hello
Thank you for your response… what can be a best way to handle the issue…
First, does the issue occur if you type normally, even slowly?
When I type one letter and wait it works fine… but when i quickly type even two letters… which is what i would expect for the user to do… it keeps loading with no response…
And no remaining orphan process?
Yes when we type one word at a time… no orphan process…
I suspect that typing rapidly sends multiple requests in too quick succession, which can overwhelm the system and lead to a multithreading bottleneck. Thus, you should consider throttling the calls—for example, by adding a small delay rather than triggering a call as soon as the user presses a key.
Hello
To my opinion since the http server can be accessed from multiple devices… sending multiple requests should be considered a very common behavior… considering it can be on a LAN where connectivity is even faster… I think that would be best if handled internally by the web server… so as to make sure the server is stable…
Kindly advice
Sure, but it’s the suggestion until we are able to improve that.
Okay… that’s great… how soon do you think this can be settled… since we planning to effectively utilize it in our project… so we want it very ready before we start utilizing it…
1 Like
Hello Team
Any Update From Your End…
Regards
Godwin
We still have no estimated date release, because ExeOutput 2025 shall include WebView2 engine. And it is a huge work.
Thank you For your response… We wish you all the best… We’ll keep in touch…
Regards
Godwin