Ramel <[email protected]> wrote: > Nice catch! > My 'shell' was tcsh and after changing it to /bin/sh (=bash) System() works > much better (only ~x2 slower than Job()). I probably wouldn't get into this > if I got these results in the first place.. still, I'm going to use the > above blocking version of job_start (it is as fast as Job()) since in RHEL > everything is slower by a factor of 10(!) anyway. > > Thanks, > Ramel
Hi Ramel Can you provide the timings with at least 3 runs as I did on RHEL? And can you attach the output of the strace command on RHEL? I.e. run: $ strace -r -f -osystem.trace time vim -u NONE -N -S system.vim -c 'call System()|q' $ strace -r -f -ojob.trace time vim -u NONE -N -S system.vim -c 'call Job()|q' And attach files jobs.trace and system.trace. Please also indicate which version of vim you used. Thanks Dominique PS: please use bottom-post in vim-dev. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
