On Tue, 15 Jan 2002, George Vieira wrote: > Does it works with Apache and MySQL transparently? I heard some apps needed > to be cluster aware and so on...
Not 'cluster aware' in the same sense as a PVM application needs to be. MOSIX migrates processes across machines. Therefore, if your application doesn't produce multiple processes (not threads) it will not benefit explicitly from MOSIX. However, it may benefit if the machine has less processes running locally because some others are off on another machine. Disclaimer: I've not setup MOSIX, only used it on someone else's cluster. YMMV. -- ----------------------------------------------------------------------- #include <disclaimer.h> Matthew Palmer [EMAIL PROTECTED] -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
