Snowlight Emulator by Meth0d [SOURCE]

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 59
  1. #31
    Account Upgraded | Title Enabled! George2000 is offline
    MemberRank
    Jul 2011 Join Date
    The NetherlandsLocation
    1,150Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    Okay, but source is also harder to understand then uberEmu source.

  2. #32
    Alpha Member sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,664Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    got corrupted in the mysql data source

  3. #33
    Enthusiast FreakDevHotel is offline
    MemberRank
    Jun 2011 Join Date
    38Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    and a Database.sql ?

  4. #34
    Retired maritnmine is offline
    MemberRank
    May 2007 Join Date
    North KoreaLocation
    1,103Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    The non-threadsafe architecture of this makes the server really unusable in an environment with large user amount. Would recommend the one who coded this to learn what THREADSAFETY is.

    - Martin

  5. #35
    HTML,CSS and a bit C# Richardjuhh is offline
    MemberRank
    Dec 2010 Join Date
    NetherlandsLocation
    351Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    hmm, would use somethings like the music player./
    but i wait for brickemu, ithink it's MUCH better than this..

  6. #36
    Retired maritnmine is offline
    MemberRank
    May 2007 Join Date
    North KoreaLocation
    1,103Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    Quote Originally Posted by Richardjuhh View Post
    hmm, would use somethings like the music player./
    but i wait for brickemu, ithink it's MUCH better than this..
    Yah, Im using the packets from it right now to make jukebox in bfly ;D

    0b65b5124b7572ef1ed6e2c16e306beb.png

    - Martin

  7. #37
    What about no. Davidaap is offline
    MemberRank
    Nov 2009 Join Date
    773Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    Quote Originally Posted by maritnmine View Post
    Yah, Im using the packets from it right now to make jukebox in bfly ;D

    0b65b5124b7572ef1ed6e2c16e306beb.png

    - Martin
    lol @
    Code:
    //ROSES ARE READ
    //VIOLES ARE BLUE
    //YOU SUCK AT CODING
    //NOW SHOW ME YOUR TITS

  8. #38
    Proficient Member swimoTheBig is offline
    MemberRank
    Aug 2008 Join Date
    Essex, UKLocation
    194Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    **Removed** -- my bad, i forgot it is there LMFAO!
    Last edited by swimoTheBig; 16-08-11 at 12:33 AM.

  9. #39
    this is title Shredinator is offline
    MemberRank
    May 2011 Join Date
    399Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    Quote Originally Posted by maritnmine View Post
    Yah, Im using the packets from it right now to make jukebox in bfly ;D

    0b65b5124b7572ef1ed6e2c16e306beb.png

    - Martin
    I already have it in bfly r12, teehee.

  10. #40
    Lurking since '06 1ntel is offline
    MemberRank
    Jul 2006 Join Date
    401Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    Quote Originally Posted by maritnmine View Post
    Yah, Im using the packets from it right now to make jukebox in bfly ;D

    0b65b5124b7572ef1ed6e2c16e306beb.png

    - Martin
    What point are you trying to make in that screenshot? I don't think its that bad myself, queueing up the disposing of disconnected players can have its advantages and disadvantages.

  11. #41
    Proficient Member Xega is offline
    MemberRank
    Jan 2009 Join Date
    172Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    Quote Originally Posted by maritnmine View Post
    yah, im using the packets from it right now to make jukebox in bfly ;d

    0b65b5124b7572ef1ed6e2c16e306beb.png

    - martin
    roses are red
    violets are blue
    you suck at spelling
    now stop the hate

  12. #42
    Retired maritnmine is offline
    MemberRank
    May 2007 Join Date
    North KoreaLocation
    1,103Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    Well, since nobody doesnt even get what I mean, I will explain it annyways ^^
    Locking an entire collection which in this case is used for the session storage, is the worst thing you can do. This kind of architecture is low-performance, and not scaleable at all. Avoid at any costs using locks at collections.

    - Martin

  13. #43
    C# / Java Programmer scottstamp851 is offline
    MemberRank
    Jan 2007 Join Date
    EverywhereLocation
    504Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    Quote Originally Posted by FlyCoder View Post
    Snowlight has only been in development for about 4 Months and yet you lot keep saying it is shit. It could be better but Meth0d needs time, although he'll probably dump it - he already has tried to sell Aaron and Shorty the source XD
    That doesn't surprise me. Roy really just can't code C#. His PHP isn't horrible (from the bits I've seen), but his C# is extremely unimaginative. Nobody wants to buy it, he doesn't know how to fix it, open-source.

  14. #44
    Account Upgraded | Title Enabled! George2000 is offline
    MemberRank
    Jul 2011 Join Date
    The NetherlandsLocation
    1,150Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    Quote Originally Posted by scottstamp851 View Post
    That doesn't surprise me. Roy really just can't code C#. His PHP isn't horrible (from the bits I've seen), but his C# is extremely unimaginative. Nobody wants to buy it, he doesn't know how to fix it, open-source.
    Without Roy we we're still playing shockwave. He made the first full stable flash emulator.

  15. #45
    Lurking since '06 1ntel is offline
    MemberRank
    Jul 2006 Join Date
    401Posts

    Re: Snowlight Emulator by Meth0d [SOURCE]

    Quote Originally Posted by maritnmine View Post
    Well, since nobody doesnt even get what I mean, I will explain it annyways ^^
    Locking an entire collection which in this case is used for the session storage, is the worst thing you can do. This kind of architecture is low-performance, and not scaleable at all. Avoid at any costs using locks at collections.

    - Martin
    I have to partially agree, locking isn't all that bad as it happens extremely fast. It depends how you implement things in the code.



Page 3 of 4 FirstFirst 1234 LastLast

Advertisement