0

With Ajaxterm (http://antony.lesuisse.org/software/ajaxterm/), is it safe to allow multiple users to access the same "instance" of it? The program that Ajaxterm would run would do its own authentication.

Not sure if anyone here has used Ajaxterm before, however I'm posting here on the off chance that someone has experience in this area.

Thanks

Evan Anderson
  • 141,071
  • 19
  • 191
  • 328
jtnire
  • 777
  • 2
  • 7
  • 15

1 Answers1

1

Yes. serFISH does this publicly.

mcandre
  • 168
  • 7
  • Excellent. I'm guessing this work as Ajaxterm starts a new process for the respective program ever time someone access the web page? – jtnire Jun 22 '10 at 13:31
  • Are you sure serFISH only uses one instance of Ajaxmterm, and doesn't run ./ajaxterm.py multiple times? – jtnire Jun 22 '10 at 13:33
  • Most sane web services are multithreaded and therefore support multiple users. serFISH supports hundreds of users, if not more, so they probably have extra ajaxterms running to support even more users. Setup a single ajaxterm instance and see for yourself whether you need more. – mcandre Jun 23 '10 at 14:57