Re: php fsockopen equivalent in Django

2007-09-10 Thread Dushyant Sharma
may be you can use ajax for that. i have tried and it works wonders. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubs

Re: php fsockopen equivalent in Django

2007-09-10 Thread James Bennett
On 9/10/07, Brett Parker <[EMAIL PROTECTED]> wrote: > As it looked like he wanted to talk HTTP, maybe it'd be better to point > to: > http://docs.python.org/lib/module-urllib.html > http://docs.python.org/lib/module-urllib2.html > > Which let you do GET and POST really quite nicely

Re: php fsockopen equivalent in Django

2007-09-09 Thread Brett Parker
On Mon, Sep 10, 2007 at 12:13:58AM -0500, James Bennett wrote: > > On 9/9/07, Arnold Chen <[EMAIL PROTECTED]> wrote: > > I am writing an application that require "silent" post of data to a > > specific URL. I know that is a function fsockopen in PHP which can > > achieve this, and i am looking fo

Re: php fsockopen equivalent in Django

2007-09-09 Thread Arnold Chen
How come i don't remember using the python socket ? thanks James On Sep 10, 1:13 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 9/9/07, Arnold Chen <[EMAIL PROTECTED]> wrote: > > > I am writing an application that require "silent" post of data to a > > specific URL. I know that is a function

Re: php fsockopen equivalent in Django

2007-09-09 Thread James Bennett
On 9/9/07, Arnold Chen <[EMAIL PROTECTED]> wrote: > I am writing an application that require "silent" post of data to a > specific URL. I know that is a function fsockopen in PHP which can > achieve this, and i am looking for function in Django like that. http://docs.python.org/lib/module-socket.

php fsockopen equivalent in Django

2007-09-09 Thread Arnold Chen
Dear All, I am writing an application that require "silent" post of data to a specific URL. I know that is a function fsockopen in PHP which can achieve this, and i am looking for function in Django like that. fsockopen is used to Open Internet or Unix domain socket connection. and you can post