I would probably just create an identical installation in another directory, maybe the users home directory (each app having it's own user) and then run multiple instances of APE on different ports, using something like nginx or haproxy to route requests.
Johnathan On Feb 17, 2011, at 12:52 PM, Kennie <[email protected]> wrote: > Hi, > > I was wondering, what would be the 'best' way to run multiple scripts/ > applications on a APE server? > > From how I read it so far: > You can create multiple channels. > You can send a RAW message to a specific channel, and all users in > that channel will receive the message > Registering a RegisterCmd will register the cmd on the WHOLE Ape > server (so not a specific script/application) > > I'm afraid at some points I get conflicts between functions due > registering the same commands, or responsing to the same events. > > Is there a sort of way to 'isolate' scripts/applications? > > > Regards, > Kennie > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" 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/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ -- You received this message because you are subscribed to the Google Groups "APE Project" 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/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
