Hey, Can you give some examples of what you have tried already?
On Wed, Feb 9, 2011 at 6:50 AM, rahul jain <[email protected]> wrote: > Hi Guys, > > I would like to create a standalone server using django environment which > accepts/receive inputs through socket connections. After that some > processing and then updating the database. > > I created one python server and set the environment variable but I figured > out that as soon as something goes wrong, server crashes and then I have to > manually re-run the server. So was not reliable at all. > > Please if someone worked on these kind of issues before where you would > like to accept connections from outside not web request, but would like to > receive some data from outside through sockets then please let me know how > to best deal with it. > > thanks. > > Rahul > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

