Thread: Complex server designs OR simple and to the point server designs

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 33
  1. #1 Complex server designs OR simple and to the point server designs 
    Registered Member

    Join Date
    Oct 2007
    Posts
    2,413
    Thanks given
    254
    Thanks received
    479
    Rep Power
    2785
    What are your opinions on the two different design standards?

    Complex server designs
    (e.g. Hyperion)

    PROS
    • Object orientated
    • More organized
    • Easier to manage/update


    CONS
    • Slower execution times
    • Not always easy to understand what is going on


    Simple and to the point server designs
    (e.g. RuneSource)

    PROS
    • Simple and straight to the point
    • Easy to understand what is going on
    • Super fast execution times


    CONS
    • Not object orientated
    • Less organized
    • Harder to manage/update
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jan 2008
    Age
    28
    Posts
    1,380
    Thanks given
    76
    Thanks received
    384
    Rep Power
    962
    In between. Something that uses Object orientation, but easy to comprehend.
    Reply With Quote  
     

  3. #3  
    Renown Programmer

    Join Date
    Dec 2010
    Posts
    2,883
    Thanks given
    509
    Thanks received
    1,907
    Rep Power
    5000
    You should elaborate more on what you mean by complex and simple designs.

    Complex server designs
    (e.g. Hyperion)

    PROS

    Object orientated
    More organized
    Easier to manage/update


    CONS

    Slower execution times
    Not always easy to understand what is going on
    complex designs are not necessarily slower nor harder to understand

    also: "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    never talk to me or my wife's son ever again
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Oct 2007
    Posts
    2,413
    Thanks given
    254
    Thanks received
    479
    Rep Power
    2785
    Quote Originally Posted by Machiavelli View Post
    also: "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Hah! I love that quote.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Dec 2008
    Posts
    2,098
    Thanks given
    1,419
    Thanks received
    732
    Rep Power
    0
    I'd rather my server use OO throughout the whole thing and can process everything in 550-570ms or something like that rather than have a slop of shit that can process everything under 100ms(for example, runesource).
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Donator


    Join Date
    Mar 2008
    Posts
    1,945
    Thanks given
    118
    Thanks received
    201
    Rep Power
    2104
    Quote Originally Posted by Gnarly View Post
    Please elaborate more.

    EDIT: You could post a reply to back up your claims of saying my "facts/standards aren't correct", or you could sit back and let the thanks on your uneducated post stack up along with your pitiful ego. Either one works, I don't mind one bit.
    If you can't not see what I said being logical with also getting thanks from people higher in this community you should just listen

    Classifying hyperion as Complex is a joke. Its highly threaded which if you know how the system works is far from complex. RuneSource being known as not Object Oren. is a joke. Hyperion being Object Oren is a joke. All these facts are dependent on one fact and that is the developer. Now seeing a post by you saying im uneducated is quite funny as I do not post a thread about a unless topic and report posts that show you wrong and to add I dont cry about how the community isnt growing since i have been getting us out of the delta mess. Yes RiotScape was not the best source but that was released a while ago and yet it is the top source used today. Now once apollo comes out i will be more then happy to produce plugins but until that time is Hyperion is not the best source. Runesource is not the best source. They are all dependent on who develops the server.


    Now since I didnt want to support this thread and have to post on this I hope this fills up that empty ego space you once had.

    If you can not see how pointless this thread is then please for the goodness of this and the future of this community delete everything to do with rsps and more to counter strike.
    Reply With Quote  
     

  8. #7  
    Registered Member

    Join Date
    Oct 2007
    Posts
    2,413
    Thanks given
    254
    Thanks received
    479
    Rep Power
    2785
    Quote Originally Posted by Lmctruck30 View Post
    If you can't not see what I said being logical with also getting thanks from people higher in this community you should just listen

    Classifying hyperion as Complex is a joke. Its highly threaded which if you know how the system works is far from complex. RuneSource being known as not Object Oren. is a joke. Hyperion being Object Oren is a joke. All these facts are dependent on one fact and that is the developer. Now seeing a post by you saying im uneducated is quite funny as I do not post a thread about a unless topic and report posts that show you wrong and to add I dont cry about how the community isnt growing since i have been getting us out of the delta mess. Yes RiotScape was not the best source but that was released a while ago and yet it is the top source used today. Now once apollo comes out i will be more then happy to produce plugins but until that time is Hyperion is not the best source. Runesource is not the best source. They are all dependent on who develops the server.


    Now since I didnt want to support this thread and have to post on this I hope this fills up that empty ego space you once had.

    If you can not see how pointless this thread is then please for the goodness of this and the future of this community delete everything to do with rsps and more to counter strike.
    I didn't even report that post, I don't know why it was removed.

    Regardless, I agree that the "PROS" and "CONS" I stated are not entirely valid. However, the whole point of this thread is to get people's opinions on what type of design they like better, simple and minimal OO like RuneSource, or complex and highly OO like Hyperion.
    Reply With Quote  
     

  9. #8  
    Chemist

    Advocatus's Avatar
    Join Date
    Dec 2009
    Age
    28
    Posts
    2,549
    Thanks given
    192
    Thanks received
    761
    Discord
    View profile
    Rep Power
    1332
    I prefer a large amount of OO in my server because it helps me stay organized and keep my code clean.
    Quote Originally Posted by blakeman8192 View Post
    Quitting is the only true failure.
    Reply With Quote  
     

  10. Thankful user:


  11. #9  
    Banned

    Join Date
    Dec 2008
    Posts
    2,098
    Thanks given
    1,419
    Thanks received
    732
    Rep Power
    0
    Quote Originally Posted by Advocatus Diaboli View Post
    I prefer a large amount of OO in my server because it helps me stay organized and keep my code clean.
    and as long as it has no problem processing everything in 600ms.
    Reply With Quote  
     

  12. #10  
    Registered Member

    Join Date
    Oct 2007
    Posts
    2,413
    Thanks given
    254
    Thanks received
    479
    Rep Power
    2785
    Quote Originally Posted by 'Jimmy View Post
    and as long as it has no problem processing everything in 600ms.
    I believe Blake got RuneSource to execute the cycle in ~17ms with 2k players all spamming the chat packet.
    Reply With Quote  
     

Page 1 of 4 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. My Designs
    By Kota Ko in forum Showcase
    Replies: 9
    Last Post: 05-11-2011, 11:54 PM
  2. My designs
    By kirk in forum Showcase
    Replies: 5
    Last Post: 12-29-2009, 04:40 AM
  3. Some of my Designs.
    By Mr ILLegal in forum Showcase
    Replies: 12
    Last Post: 12-19-2009, 12:13 PM
  4. New Designs
    By Folz in forum Showcase
    Replies: 3
    Last Post: 10-07-2007, 05:29 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •