Page 1 of 1
Interactive program keeps timing out
Posted: Fri Oct 05, 2018 3:34 am
by artbar@mailinator.com
Hi!
I have noticed that running programs get killed after around a minute (or less) of usage or idleness (both on old and new Browxy). It is quite annoying in interactive programs (using the Scanner class on Java), since interactive programs need plenty of time for the user to type and program to run.
Also, the new Browxy (Beta) is much slower in running than the old one. Some calculations that take only a few seconds on the old Browxy time out (get killed) after a minute on the new Browxy.
Do you know what is the issue behind these two problems and can they be fixed? If you need more details about the issues, I'll be glad to give them.
Kind regards
Re: Interactive program keeps timing out
Posted: Mon Oct 08, 2018 4:15 pm
by dbremmen@gmail.com
Hi!
We've a limit of 60 seconds to run programs for resource reasons. We are thinking about adding a configuration in the project properties to extend it to 5 minutes. Do you think ithat 5 minutes is enough time for the kind of programs that you'll run?
Thanks for the feedback!
Regards
David
Re: Interactive program keeps timing out
Posted: Mon Oct 15, 2018 12:48 am
by artbar@mailinator.com
Hi! Yes, 5 minutes should be enough for my interactive program in most cases. Any less would be pretty tight time wise for the user though, so if possible resource-wise, 10 minutes would plenty and safe from timing out from a user point of view. I understand your limitations though.
There is still the weird issue with timing out even before 1 minute has been up. Sometimes it times out after just a few seconds, at least after the program has been killed once due to timing out and then the program is started again, it might time out at any time between 0-60 seconds.
Thanks for the reply.
Re: Interactive program keeps timing out
Posted: Tue Oct 16, 2018 3:04 pm
by dbremmen@gmail.com
Great, we will add this feature in the next release (to set the timeout of the program). And also check the kill before 1 minute issue you've mentioned.
Please be patient because we are working in a big release that will include a lot of new features such as
- Run programs with Maven
- Multiple Outputs: (Image, Sound, Video, etc)
- Multiple Inputs: When creating the publish UI you will be able to add (listboxes, checkboxes,files, etc)
- Code Library: Enhancement of published code searchable by category, tags, user, etc
Thank you for reporting issues!
Regards
David
Re: Interactive program keeps timing out
Posted: Sun Oct 28, 2018 1:18 am
by artbar@mailinator.com
That's great. Any idea when you'll bring the update?
Re: Interactive program keeps timing out
Posted: Fri Jan 04, 2019 10:43 pm
by dbremmen@gmail.com
Hi!
We released the new version with the timeout feature. Please check it out and if you like provide feedback
Regards!
David