0

As the title suggests, is it possible to run a WSGI server from (x)inetd?

David Wolever
  • 148,955
  • 89
  • 346
  • 502

1 Answers1

1

Yes, but don't do it.

Ignacio Vazquez-Abrams
  • 776,304
  • 153
  • 1,341
  • 1,358
  • Perfect, thanks (and, yes, I know that `inetd` is on par with `cgi`… But, well, sometimes it's the simplest thing that'll work) – David Wolever Jun 20 '10 at 00:04