Hi Thomas, > > I read this:http://code.djangoproject.com/wiki/Signals > > But I couldn't find a solution to execute code, > if the SCGI/FastCGI/WSGI server is up, ready to handle > the first request.
There is no signal like that. > Or is there an other way (without signals)? Can you describe your usecase a little? What are you wanting to do when the first request arrives? And what's your definition of "ready to handle the first request": - Ready to handle the first request AFTER the SCGI/FastCGI handler is up or BEFORE? - First request ever? Or first request every time you restart the SCGI/ FastCGI? - What happens if your Django app runs through another WSGI server like, say, CherryPy WSGIServer? -Rajesh --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

