Hi, i''m using to ziya to display some graph. If i use it running mongrel as single instance all work good (very slow but work). If i try to use it with pound as htto proxy ziya charts wait forever for data...that never arrive. If i check the mongrel log it seemes to make queries on the database and retrieve data,but nothin appera. Anyone have an idea on how i can solve this problem? Thanks, Riccardo
On Aug 23, 2007, at 12:04 , Riccardo Roasio wrote:> Anyone have an idea on how i can solve this problem?Try it in ie, FireFox. Does it not work in both? One thing that can cause this is that ie improperly handles gzip compression for such graphs, so you have to turn it off for the graph urls. Let me know if this helps. ~Wayne s///g Wayne E. Seguin Sr. Systems Architect & Systems Administrator -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070823/9962e018/attachment.html
I''m using Firefox by default. Yust to check i tryied also with InternetExplorer but is the same. Riccardo Wayne E. Seguin wrote:> On Aug 23, 2007, at 12:04 , Riccardo Roasio wrote: >> >> Anyone have an idea on how i can solve this problem? >> > > Try it in ie, FireFox. Does it not work in both? > > One thing that can cause this is that ie improperly handles gzip > compression for such graphs, so you have to turn it off for the graph > urls. > > Let me know if this helps. > > ~Wayne > > s///g > Wayne E. Seguin > Sr. Systems Architect & Systems Administrator > > ------------------------------------------------------------------------ > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users-- Riccardo Roasio Area Tecnica - Supporto Tecnico PLEXIA S.p.A.- Via de Marini, 1 - 16149 Genova - Italy Ufficio di Torino - Via Livorno 60 10100 Torino(TO) Tel. + 39-011-195665.1 Fax +39-011-195665.55 <www.plexia.com>
On Aug 23, 2007, at 15:39 , Riccardo Roasio wrote:> I''m using Firefox by default. > Yust to check i tryied also with InternetExplorer but is the same.Did you try turning gzip compression off for the graph urls? ~Wayne s///g Wayne E. Seguin Sr. Systems Architect & Systems Administrator -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070823/9fec7318/attachment-0001.html
Sorry, but i don''t understand what you mean... Where i can turn ogg gzip compressions for graphs url? Thanks,Riccardo Wayne E. Seguin wrote:> On Aug 23, 2007, at 15:39 , Riccardo Roasio wrote: >> I''m using Firefox by default. >> Yust to check i tryied also with InternetExplorer but is the same. > > Did you try turning gzip compression off for the graph urls? > > ~Wayne > > s///g > Wayne E. Seguin > Sr. Systems Architect & Systems Administrator > > ------------------------------------------------------------------------ > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users-- Riccardo Roasio Area Tecnica - Supporto Tecnico PLEXIA S.p.A.- Via de Marini, 1 - 16149 Genova - Italy Ufficio di Torino - Via Livorno 60 10100 Torino(TO) Tel. + 39-011-195665.1 Fax +39-011-195665.55 <www.plexia.com>
On Aug 24, 2007, at 03:01 , Riccardo Roasio wrote:> Sorry, but i don''t understand what you mean... Where i can turn ogg > gzip > compressions for graphs url?Does pound use compression or is it simply a load balancer? Compression was what caused this exact issue for us but we used Nginx & Apache, so this is just a suggestion if pound uses compression. ~Wayne s///g Wayne E. Seguin Sr. Systems Architect & Systems Administrator -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070824/4577bd3e/attachment.html
At the end i start using Gruff to create graphs.It work, so for now i think i will use it. I tryied also with Apache as http proxy but was the same. I will check for compression setting. Thanks a lot! Riccardo Wayne E. Seguin wrote:> On Aug 24, 2007, at 03:01 , Riccardo Roasio wrote: >> Sorry, but i don''t understand what you mean... Where i can turn ogg gzip >> compressions for graphs url? > > Does pound use compression or is it simply a load balancer? > Compression was what caused this exact issue for us but we used Nginx > & Apache, so this is just a suggestion if pound uses compression. > > ~Wayne > > s///g > Wayne E. Seguin > Sr. Systems Architect & Systems Administrator > > ------------------------------------------------------------------------ > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users-- Riccardo Roasio Area Tecnica - Supporto Tecnico PLEXIA S.p.A.- Via de Marini, 1 - 16149 Genova - Italy Ufficio di Torino - Via Livorno 60 10100 Torino(TO) Tel. + 39-011-195665.1 Fax +39-011-195665.55 <www.plexia.com>