On 7/12/07, Sells, Fred <[EMAIL PROTECTED]> wrote: ... > So I'm not using many (any?) of the cool features of Apache or django once > my page is up. Would be reasonable to bypass Apache (and django) and use > something like SCGI to just serve XML data? Or did I just reveal how little > I truely know about what's going on under the hood.
It just depends how that XML is provided, really. You might want to check out DjangoAMF: http://djangoamf.sourceforge.jp/index.php?DjangoAMF_en It's specifically for Adobe XML messaging. It adapts Flex's requests to regular Django views. > Factors to bear in mind: this is a small organization intranet, loading is > not a factor but ease of setup/maintenance is due to a minimal IT support > staff. Well, with that in mind, I'd recommend just using Django, because otherwise you'll have more than one server configuration to manage. :) --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---