On Feb 16, 12:05 pm, Keyan <keyan...@gmail.com> wrote: > Iam new to web application so i dont have clear view of HTTP protocol.
Strange enough, I kinda guessed this already... FWIW, it seems you don't have a clear view of what "controlling the client's system" imply neither. I'll give you a couple clues: - you can't "take control" of the client's system without deploying some (system-specific) software on the client's system. - the HTTP protocol is based on a textual 'request/response' cycle, and there's no continuity between to cycle (IOW : the client send a request, the server returns a response and move on to something else). > If that remote descktop control is possible using django means please > let me know how to proceed with.. Even if it was possible to do such a thing with the HTTP protocol (I totally fail to imagine how, but hey, I may not be the smartest guy neither), you'll need to have a *way* deeper knowledge of HTTP, Python, and the targeted system(s) than you actually have to even be able to understand any eventual explanation on how to proceed. If your goal is to write just any web app, then I can only second Jonas : start with something easier. If your goal is to write a "remote control" app, first start by trying to write a (non-web) application that can "take control" of the system it's installed on - this should already be enough to fill your agenda for a few weeks... Then it will be time to think about the "remote" part. My 2 cents. -- 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.