Primco, The main reason I'm looking at something other than paster to host the application on Windows because of some issues I seem to be encountering in paster (preferrably IIS as I know I wouldn't be able to use Apache do to the way IT runs things around here). I'm not sure if its a timeout issue or something; however, when I have a page where I have about 400 data items (100 rows with 4 items for each) it seems that 50% of the time when I perform an update it will return the page it is supposed to -- the other 50% Microsoft Internet Explorer gives me a 'this page cannot be displayed' error (even with friendly error http error messages disabled) seeming to indicate that the response was dropped.
I am using FormEncode and SQLAlchemy in case there may be an issue with a large number of items there. I find even in the error cases the changes are still saved. Nonetheless, I am very concerned as to how this would look to an application user. Is there perhaps a setting to allow the timeout to give more time to the response? I hope this gives you a better idea of why I am looking at alternatives. Currently I am running paster as a Windows Service also and I find this issue occurs. Thanks. On Dec 18, 9:00 am, primco <[EMAIL PROTECTED]> wrote: > Hi, I wrote the original guide and spent days futzing with IIS and > Pylons in order to *sort-of* get it going. I since switched to running > the paste server as a windows service and it is much more stable and > usable. I'd recommend going that way unless you absolutely need IIS > (the only reason I can think of is NTLM auth). > > davep --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
