[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Odd lag on a Shell command
[Thread Prev] | [Thread Next]
- Subject: Odd lag on a Shell command
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Tue, 13 Aug 2024 10:43:00 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
I'm making a project to list all my VBox VMs and let me mount the drives. It has a strange issue though. It uses the following shell command... vboximg-mount -lv wen i run that in a terminal the output happens very fast. When running via gambas Shell or Exec it's taking 5.2 seconds Exec ["vboximg-mount", "-l", "-v"] To sRes But i'll say "usually" some days it seems to load with speed other days it's slow. I have no idea what causes the command to run fast or slow it just changes as i modify other parts of the project. Any ideas why it seems to run the command so slow? Many thanks BruceS
Attachment:
Untitled.jpg
Description: JPEG image
Attachment:
vbox-mounter-0.0.1.tar.gz
Description: application/gzip
Re: Odd lag on a Shell command | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |