As of last night I added to the API the ability to automatically detect all ModuleDependencies for each thread added to the grid application.
This currently only works for .NET assemblies and the assemblies they reference, assuming that none of the assemblies are in the GAC. I.e., we don't want to deploy the whole .NET framework. Assemblies that should be in the GAC of the Executors will not be handled by this mechanism, and they should be deployed differently. Additionally any external files that are needed for the GThread that are not .NET assemblies will still have to be added. Currently it works fine with the PiCalculator example and the CustomGThread example (I added that to the repository last night). However, those are examples and not necessarily representative of any "real world" grid. Is there anyone out there willing to test the code in a "real world" scenario? Jonathan ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Alchemi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alchemi-developers
