> For example,  django listen on tcp port 8000, and the Xvnc also listen
> on tcp port 8000.
> It's wired.

  Hi Bill,

  this is technically impossible, two programs cannot listen on the
same TCP port (on one interface). It's very likely that it was Django
webserver listening there.

  Overall, starting VNC from a web application seems like a bad idea
in principle as the request-response cycle is not well suited for this
(as well as other reasons). Can you describe what are you trying to
achieve and why?

  Cheers

    Jirka

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to