Search found 4 matches

by artbar@mailinator.com
Sun Oct 28, 2018 1:18 am
Forum: Report a Bug
Topic: Interactive program keeps timing out
Replies: 5
Views: 124662

Re: Interactive program keeps timing out

That's great. Any idea when you'll bring the update?
by artbar@mailinator.com
Mon Oct 15, 2018 12:48 am
Forum: Report a Bug
Topic: Interactive program keeps timing out
Replies: 5
Views: 124662

Re: Interactive program keeps timing out

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 t...
by artbar@mailinator.com
Fri Oct 05, 2018 3:34 am
Forum: Report a Bug
Topic: Interactive program keeps timing out
Replies: 5
Views: 124662

Interactive program keeps timing out

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 ru...
by artbar@mailinator.com
Fri Oct 05, 2018 3:20 am
Forum: Report a Bug
Topic: Java Scanner class not working on mobile device
Replies: 11
Views: 2507268

Re: Java Scanner class not working on mobile device

Yes it works after entering -Dfile.encoding=UTF8

Thanks!