Hi Krishnan, It is best to read the docs as mod_python and mod_wsgi are very different in operation. As Graham says read the PEP-0333 WSGI spec first. Mod_wsgi is much easier to write for than mod_python, but converting your code to mod_wsgi is not straight forward. You should find however, that rethinking your application for mod_wsgi is the best way to go and easier that a straight conversion from mod_python. The link below takes you the the docs.
http://code.google.com/p/modwsgi/wiki/DeveloperGuidelines ~Carl On Sun, Aug 29, 2010 at 11:33 AM, krishnan m <[email protected]> wrote: > > Hi all, > > I have written web interfaces under mod_python.Now i want to > switch over to mod_wsgi standard.Then what are all the possible changes > occur between those to standards.Thanks. > > -- > Work with Passion will always yields Success > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" 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/modwsgi?hl=en. > -- ------------------------------------------------------------------------------- Carl J. Nobile (Software Engineer) [email protected] ------------------------------------------------------------------------------- -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
