Faut avouer que openmosix est pas tres performant quand on lui laisse
faire comme il l'entend...
Par contre c'est supersimple d'optimiser des taches pour qu'il l'utilise
:
jerome@islay:/tmp/test$ time /usr/bin/convert -enhance
maroc35--photo.jpg /tmp/out.png
real 0m16.256s
user 0m13.140s
sys 0m1.920s
jerome@islay:/tmp/test$ identify maroc35--photo.jpg
maroc35--photo.jpg JPEG 1736x1134+0+0 DirectClass 8-bit 983.0k 0.000u
0:01
jerome@islay:/tmp/test$ time convert -enhance maroc35--photo.jpg
/tmp/out.png
taz is down
real 1m4.520s
user 1m0.730s
sys 0m0.360s
jerome@islay:/tmp/test$ time convert -enhance maroc35--photo.jpg
/tmp/out.png
taz is up
real 0m13.143s
user 0m10.730s
sys 0m0.750s
/usr/local/bin/convert :
#!/bin/sh
if [ `mosctl isup 1` = "yes" ];
then
echo "taz is up"
mosrun -1 /usr/bin/convert $*
else
echo "taz is down"
/usr/bin/convert $*
fi
voila mon avis : POur traiter des images de maniere automatiques, sur
mon "petit" serveur, c'est tout benef ;-)
--
Jérôme @taz : Morgan 1200 + 1Go DDR in a 10L SS40G
"Windows 95 is a 32-bit shell for a 16-bit extension to an 8-bit
operating system designed for a 4-bit microprocessor by a 2-bit company
that can't stand one bit of competition."