systemart / rtgui

Automatically exported from code.google.com/p/rtgui
0 stars 0 forks source link

rtGui extremely slow #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm running rtGui on server, which not running rtorrent. I'm using NFS to 
share rtorrent "watch" folder between web-server and "rtorrent-server".
"rtorrent-server is running:
fileserver# uname -a
FreeBSD fileserver.xxxxxxx.kh.ua 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Fri 
Mar  7 11:29:49 EET 2008     root@fileserver.xxxxxxx.kh.ua:/usr/obj/usr/
src/sys/SKYFS  i386

and web-server:
services# uname -a
FreeBSD services.xxxxxxx.kh.ua 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #2: 
Wed Jan 16 17:26:37 EET 2008     root@services.xxxxxxx.kh.ua:/usr/obj/usr/
src/sys/xxxxxxx-SERVICES  amd64

On fileserver it's running lighttpd for XMLRPC, on services it's running 
nginx +fastcgi for PHP support.

The main problem is that sometimes rtGui runs extremely slow. Sometimes 
it's working in less than 1 second, but sometimes - from 20 up to 40 
seconds.
Both servers are not overloaded, there are connected with 100Mbit network, 
and other software interacting just fine

Additionaly, nTorrent (java application for rtorrent control) is running 
just fine.

I'm glad to hear any suggestions how to fix it

Feel free to ask for any additional info

Original issue reported on code.google.com by Ilia.Kli...@gmail.com on 9 Mar 2008 at 6:34

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
lighttp disable scgi if it can't connect
use this configuration:
scgi.server = (
        "/RPC2" =>
            ( "127.0.0.1" =>
                (
                    ...
                    "disable-time" => 0 # don't disable scgi if connection fails
                )
            )
        )
may be this will help...

Original comment by kos...@mail.ru on 10 Mar 2008 at 12:43

GoogleCodeExporter commented 9 years ago
Sorry. This issue can be removed.
It is described in http://libtorrent.rakshasa.no/ticket/1153
so it's rtorrent bug

Original comment by Ilia.Kli...@gmail.com on 10 Mar 2008 at 2:49

GoogleCodeExporter commented 9 years ago

Original comment by lemonbe...@gmail.com on 12 Mar 2008 at 8:01