This is a problem I ran into with ErlyWeb, but I guess this affects all other apps running under yaws.
If I have a component named main_controller.erl in app A and another component named main_controller.erl in app B, they will clash. That is, the servere will only pickup the most recently compiled component (so it seems though I can be completely wrong). Is there a way to "sandbox" these apps, to shield them from each other? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
