Any benifits from Roadshow on 3.2 on a G5?
  • Order of the Butterfly
    Order of the Butterfly
    JohnFante
    Posts: 158 from 2006/9/4
    From: Copenhagen
    I use Roadshow on my Classic Amiga. Works great.

    Since it is compatible with MorphOS I was wondering if anybody have tried using it on MorphOS 3.2 on a G5? And if there are any speed benifits compared to the built in stack?
  • »19.07.13 - 10:19
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Acill
    Posts: 1923 from 2003/10/19
    From: Port Hueneme, Ca.
    I dont see how a stack running under the JIT layer of MOS would be any fastr than the native stack. Why not give it a test and let us know your findings?
    Powermac Dual 2.0 GHZ G5 PCI-X (Registration #1894)
    Powerbook 1.67GHZ
    Powermac Dual 2.0 GHZ G5 PCIE (Registration #6130)
    A4000T CSPPC, Mediator
    Need Repairs, upgrades or a recap in the USA? Visit my website at http://www.acill.com
  • »20.07.13 - 04:27
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Daff
    Posts: 243 from 2003/4/5
    Ascill : Roadshow on MorphOS 3.1 was really faster than the native stack (the 68k emulation isn't important in this case).

    The difference is smaller since MorphOS 3.2, so JohnFante, you can try yourself, it's perhaps better with your setup.
    Obligement - L'Amiga au maximum
    http://obligement.free.fr
  • »20.07.13 - 06:14
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Acill
    Posts: 1923 from 2003/10/19
    From: Port Hueneme, Ca.
    Daff,
    Quote:

    Ascill : Roadshow on MorphOS 3.1 was really faster than the native stack (the 68k emulation isn't important in this case).


    Interesting, but what about the native stack. Wont it get in the way, or can both run at the same time? Curious at how I can test it now.
    Powermac Dual 2.0 GHZ G5 PCI-X (Registration #1894)
    Powerbook 1.67GHZ
    Powermac Dual 2.0 GHZ G5 PCIE (Registration #6130)
    A4000T CSPPC, Mediator
    Need Repairs, upgrades or a recap in the USA? Visit my website at http://www.acill.com
  • »20.07.13 - 15:32
    Profile Visit Website
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > what about the native stack. Wont it get in the way, or can both run at the same time?

    You have to prevent NetStack from starting in order to run Roadshow, of course (MOSSYS:S/network-startup).

    > Curious at how I can test it now.

    For testing purposes you can simply stop the NetStack task after boot (e.g. SYS:Utilities/TaskManager).
  • »20.07.13 - 20:44
    Profile
  • MorphOS Developer
    Nadir
    Posts: 157 from 2003/3/17
    Quote:

    Andreas_Wolf wrote:

    For testing purposes you can simply stop the NetStack task after boot (e.g. SYS:Utilities/TaskManager).


    Please don't do that. It's better to send a KILL command via the arexx port

    rx "address AMITCP; KILL"

    Let me know if you get any peformance improvements out of RoadShow compared to the NetStack in 3.2. I did a lot of tests and always had worse performance in RoadShow but every network setup differs so your mileage may vary.

    /Nicholai
  • »20.07.13 - 23:58
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    >> For testing purposes you can simply stop the NetStack task after boot
    >> (e.g. SYS:Utilities/TaskManager).

    > Please don't do that. It's better to send a KILL command via the arexx port
    > rx "address AMITCP; KILL"

    Yes, that's a better way. Thanks.
  • »21.07.13 - 13:27
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    JohnFante
    Posts: 158 from 2006/9/4
    From: Copenhagen
    What is the best/official speed measurement tool for this kind of speed test?

    Want to be sure to do it right form the start. :-)

    [ Edited by JohnFante 21.07.2013 - 19:28 ]
  • »21.07.13 - 18:27
    Profile
  • MorphOS Developer
    Nadir
    Posts: 157 from 2003/3/17
    Quote:

    JohnFante wrote:
    What is the best/official speed measurement tool for this kind of speed test?

    Want to be sure to do it right form the start. :-)


    There's isn't anything "official". I used tcpspeed between my MorphOS system and a Linux box for my tests.
    I had to make a couple of minor changes to make it to compile as far as I remember.
    An alternative is ftp but that's less robust.
  • »21.07.13 - 21:55
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    JohnFante
    Posts: 158 from 2006/9/4
    From: Copenhagen
    I am having some problems installing Roadshow on 3.2.

    Since the installer does not work on MorphOS I have tried using this script by catohagen with Roadshow 1.9:

    https://github.com/catohagen/morphos-roadshow-installer

    It looks like it works as it should but when I reboot I get an error saying that TCP is already running. And Roadshow does not work.

    The same happens when I install manually. The script is written to 3.1 so there is probably some conflict with the new stack in 3.2.

    I will fiddle some more with it and see what happens.
  • »24.07.13 - 10:03
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    catohagen
    Posts: 297 from 2003/5/20
    Unless 3.2 changed file locations or changed startup, the script should most probably work, installer does no changes/remove/delete files from internal netstack other that rename that network-startup to network-startup.off (afair)

    what problems do you have ?

    check MOSSYS:S/network-startup and see if that file exists, if not roadshow will conflict as both stacks gets started, if installer script disabled Netstack in 3.2 correct, you should find MOSSYS:S/network-startup.off

    if you find sys:S/network-startup, then Roadshow should be enabled

    [ Edited by catohagen 24.07.2013 - 15:12 ]
  • »24.07.13 - 14:05
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    JohnFante
    Posts: 158 from 2006/9/4
    From: Copenhagen
    I get an error saying that "Error: Device TCP is allready mounted" when I reboot after enabling Roadshow. And there is no network connection.

    The script alters the two files you mention.

    MOSSYS:S/network-startup gets changed to off when I enable Roadshow and that is removed when I go back Netstack.

    sys:S/network-startup gets to off when I disable Roadshow.

    There is one thing that does now work in the script. At least so it seems.

    When I try to configure Roadshows internal settings (the S option) it goes thru the different settings fine but when I come back to the main menu it says that it is "not done".

    Maybe it is a stupid question but how does Roadshow knows it has to start when there is nothing in the user-startup sequence?

    I have checked manually that the correct files are present (it does not copy the 020 versions but that is probably as it should be). I am using version 1.9 of Roadshow so I am not using the 1.8 update 2 for MorphOS. Should I do that not that I am using 1.9?

    [ Edited by JohnFante 24.07.2013 - 19:00 ]
  • »24.07.13 - 16:31
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > how does Roadshow knows it has to start when there is nothing in the
    > user-startup sequence?

    TCP/IP stack is started from network-startup.
  • »24.07.13 - 17:20
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    JohnFante
    Posts: 158 from 2006/9/4
    From: Copenhagen
    Aha. Now I see. Thank you Andreas_Wolf :-)
  • »24.07.13 - 18:01
    Profile