Thread: Dusk | #oshd | [easter weekend early access]

Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 53
  1. #11  
    shit im high af

    Chance's Avatar
    Join Date
    Feb 2012
    Age
    25
    Posts
    1,021
    Thanks given
    93
    Thanks received
    1,023
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by Tyluur View Post
    That's a good thing?
    Not at all.

    Not entirely sure where your head has gone as of recent, but you've got to start going the other direction. It's simply delusional. Or this project will just be taking up space on github.
    Quote Originally Posted by Nikolas RSPS View Post
    ill get a rune-server tattoo at 60,000 replies
     

  2. Thankful users:


  3. #12  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1390
    Quote Originally Posted by Chance View Post
    Not at all.

    Not entirely sure where your head has gone as of recent, but you've got to start going the other direction. It's simply delusional. Or this project will just be taking up space on github.
    Is it delusion or strategy



    Finishing up update server real quick.
    [Only registered and activated users can see links. ]

    -- edit

    Done the basic functionality for the update server.



    Much thanks to these threads:

    https://www.rune-server.ee/runescape-development/rs-503-client-server/informative-threads/639009-550-update-protocol.html
    https://www.rune-server.ee/runescape-development/rs-503-client-server/informative-threads/191916-update-protocol.html
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
     

  4. #13  
    Registered Member
    JayArrowz's Avatar
    Join Date
    Sep 2008
    Posts
    67
    Thanks given
    60
    Thanks received
    64
    Discord
    View profile
    Rep Power
    392
    [Only registered and activated users can see links. ]

    I do not think that you require that many boss loop groups. Waste of resource to spin these up. At most you need 1

    [Only registered and activated users can see links. ]

    NioEventLoopGroup is a multithreaded event loop that handles I/O operation. Netty provides various EventLoopGroup implementations for different kind of transports. We are implementing a server-side application in this example, and therefore two NioEventLoopGroup will be used. The first one, often called 'boss', accepts an incoming connection. The second one, often called 'worker', handles the traffic of the accepted connection once the boss accepts the connection and registers the accepted connection to the worker. How many Threads are used and how they are mapped to the created Channels depends on the EventLoopGroup implementation and may be even configurable via a constructor.

    [Only registered and activated users can see links. ] - Netty dev
    "Anyway let me answer this one quickly... It only makes sense to use more than 1 when you bind multiple times (to different ports) or re-use it between different ServerBootStrap. Often it is good enough to just use the same group for boss and worker"

    Also the pure laziness [Only registered and activated users can see links. ] the logger is right here yet e.printStackTrace()
     

  5. Thankful user:


  6. #14  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1390
    Quote Originally Posted by JayArrowz View Post
    [Only registered and activated users can see links. ]

    I do not think that you require that many boss loop groups. Waste of resource to spin these up. At most you need 1

    [Only registered and activated users can see links. ]

    NioEventLoopGroup is a multithreaded event loop that handles I/O operation. Netty provides various EventLoopGroup implementations for different kind of transports. We are implementing a server-side application in this example, and therefore two NioEventLoopGroup will be used. The first one, often called 'boss', accepts an incoming connection. The second one, often called 'worker', handles the traffic of the accepted connection once the boss accepts the connection and registers the accepted connection to the worker. How many Threads are used and how they are mapped to the created Channels depends on the EventLoopGroup implementation and may be even configurable via a constructor.

    [Only registered and activated users can see links. ] - Netty dev
    "Anyway let me answer this one quickly... It only makes sense to use more than 1 when you bind multiple times (to different ports) or re-use it between different ServerBootStrap. Often it is good enough to just use the same group for boss and worker"

    Also the pure laziness [Only registered and activated users can see links. ] the logger is right here yet e.printStackTrace()
    Ez stuff, cheers. Did a bit of the start last night late.
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
     

  7. #15  
    Registered MrClassic

    MrClassic's Avatar
    Join Date
    Oct 2008
    Age
    26
    Posts
    1,967
    Thanks given
    16,958
    Thanks received
    410
    Rep Power
    5000
    Goodluck man
    Thanks, MrClassic.

    [Only registered and activated users can see links. ]

    [Only registered and activated users can see links. ]
     

  8. Thankful user:


  9. #16  
    Fake Love


    Join Date
    Jun 2008
    Age
    25
    Posts
    420
    Thanks given
    191
    Thanks received
    258
    Rep Power
    3678
    Why do I have credits lmao I want nothing to do with this
     

  10. Thankful users:


  11. #17  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1390
    Quote Originally Posted by Jord View Post
    Why do I have credits lmao I want nothing to do with this
    This wouldn't be possible without you betting me $5000 I won't get 3000 players by the end of 2021.
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
     

  12. #18  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    23
    Posts
    1,448
    Thanks given
    3,135
    Thanks received
    672
    Discord
    View profile
    Rep Power
    1029
    Quote Originally Posted by Tyluur View Post
    I love that this is the first reply.

    You've been working on the same project for 3 years and have only now made a thread.
    I'm getting bored of the lack of competition.

    I didn't share the github link because I'm trying to poach your community of 20 loyal players .
    I figured you need help. It's rather obvious isn't it?

    Anyways this isn't about your feelings, keep the thread on track.
    Those who live in glass houses shouldn't throw stones. You can't even commit to a project for more than a couple of weeks.
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
     

  13. #19  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1390
    Quote Originally Posted by hc747 View Post
    Those who live in glass houses shouldn't throw stones. You can't even commit to a project for more than a couple of weeks.
    These projects have literally been years in the making.
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
     

  14. #20  
    Registered Member

    Join Date
    Jan 2016
    Posts
    59
    Thanks given
    8
    Thanks received
    193
    Rep Power
    800
    Quote Originally Posted by Tyluur View Post
    This wouldn't be possible without you betting me $5000 I won't get 3000 players by the end of 2021.
    This project, like any of your other projects won't even make it till the end of 2021. Your complete lack of commitment is astonishing. All of the projects you've started so far are more boilerplate and academic mastrubation rather than programming something useful.

    Have you even had a few hundred players online? What I'm more curious about is if your boilerplate code server can even handle a hundred players tick based, it will most likely start lagging. Try focusing on that instead of bashing people who actually know what they're doing. I honestly think that is the best contribution you can give to this community, stick to what you know.
    I've left the RSPS scene. If you need to get any work done reach out to my friend 'savions.sw' on Skype.
     

  15. Thankful users:


Page 2 of 6 FirstFirst 1234 ... LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •