Immediate call_out takes 2ms

2019-12-13 Thread Henrik Grubbstr�m (Lysator) @ Pike (-) developers forum
Fixed in Pike 8.0 and master.

Immediate call_out takes 2ms

2019-12-13 Thread Tobias S. Josefowitz @ Pike developers forum
>Yes, that commit clearly sets the smallest amount of time to wait to >2ms. I wonder how fast the Bittorrent test would run without it? Should we revert this? A certain user I know for whom this might be important is certainly aware of it now and would be willing to patch that into their

Immediate call_out takes 2ms

2019-12-13 Thread Tomasz Jamroszczak
Hi. In Pike 7.8 calling call_out takes 0.002 ms. In Ubuntu's Pike v8.0 release 498 and in Opera's v8.0 release 610 it takes 2ms. Test program: int callouts_to_queue = 5; System.Time t = System.Time(); int before; void f() { exit(1, "this is not expected to run"); } void

Immediate call_out takes 2ms

2019-12-13 Thread Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum
Yes, that commit clearly sets the smallest amount of time to wait to 2ms. I wonder how fast the Bittorrent test would run without it?

Immediate call_out takes 2ms

2019-12-13 Thread Henrik Grubbstr�m (Lysator) @ Pike (-) developers forum
>> Hi. >> In Pike 7.8 calling call_out takes 0.002 ms. In Ubuntu's Pike v8.0 >>release 498 and in Opera's v8.0 release 610 it takes 2ms. Test program: > >Seems to be a relative direct consequence of >7e8de5246b3012b055756293f2332494216646fd. /me scratches head. It seems there are

Immediate call_out takes 2ms

2019-12-13 Thread Tobias S. Josefowitz @ Pike developers forum
> Hi. > In Pike 7.8 calling call_out takes 0.002 ms. In Ubuntu's Pike v8.0 >release 498 and in Opera's v8.0 release 610 it takes 2ms. Test program: Seems to be a relative direct consequence of 7e8de5246b3012b055756293f2332494216646fd. /me scratches head.