Ramith To the best of my knowledge, nobody has yet been able to get Alchemi working on Linux. The issue is seems to be due to how objects are being serialized... i.e., Binary Serialization. My understanding is that Mono and .NET implement binary serialization differently, and therefore Alchemi will not run under Mono.
However, if you have a grid of purely Linux machines running Mono, it may work. Another possibility we've discussed was providing an option to use XML Serialization in order to communicate between .NET and Mono; I don't think anyone has implemented it. But, seeing as this is an open source project, and it's been expressed by several people (including myself) that making Alchemi run on Linux is important, any work you put toward making it happen would be greatly appreciated. If you are able to get it to work, by all means, please share how you did it with the group. Jonathan Mitchem On 6/10/06, Ramith Jayasinghe <[EMAIL PROTECTED]> wrote: > Hi All, > I was just thinking, can we have Alchemi (Current version) running on > linux (Using MONO). > i know chould have straight away installed and see whether it is > working...! but i prefered to ask you guys > about the matter before moving on.! > > regards, > Ramith Jayasinghe > University of Colombo School of Computing > Sri Lanka. > > > > > > > _______________________________________________ > Alchemi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/alchemi-developers > _______________________________________________ Alchemi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alchemi-developers
