Two cases:<br>1. if the devices are on the same physical device (sda1, sda2, sda5, ...), then you do NOT want them to run at the same time<br>2. if the devices are not on the same physical device, then you could benefit from parallelism
<br><br>So I think the answer should be NO, until interesting complication is added to support case no 2.<br><br>Just my R$ 0.02<br>Hervé.<br><br><div><span class="gmail_quote">On 3/10/07, <b class="gmail_sendername">paul
</b> <<a href="mailto:phsdv@tiscali.fr">phsdv@tiscali.fr</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br><br>
Can multiple instance of the same script run at the same time?<br><br>For example 2 or more block-device-added events happen directly after<br>each other. The first event will start a script. Before this script ends<br>the second block-device-added event will happen. Will a second instance
<br>of the same script be launched? I have the impression that this is not<br>the case, but I think that this is needed. On my test system udev<br>generates 2 block-device-added events, but only the first event is dealt<br>
with. The second event was emitted, but not dealt with.<br><br>regards,<br>Paul<br><br><br><br><br>--<br>upstart-devel mailing list<br><a href="mailto:upstart-devel@lists.ubuntu.com">upstart-devel@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/upstart-devel">https://lists.ubuntu.com/mailman/listinfo/upstart-devel</a><br></blockquote></div><br>