Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 34
  1. #11
    Player
    Musashidon's Avatar
    Join Date
    Aug 2013
    Posts
    1,789
    Character
    Blackmage Vivi
    World
    Leviathan
    Main Class
    Gladiator Lv 100
    no ty ls is just a simple chat, why would you need such things for chats? fc's can hold 5 times as many people worry about inactives and actives there.
    (0)

  2. #12
    Player
    ShinkuTachi's Avatar
    Join Date
    Aug 2013
    Posts
    333
    Character
    Shinku Tachi
    World
    Hyperion
    Main Class
    Goldsmith Lv 50
    Quote Originally Posted by Musashidon View Post
    no ty ls is just a simple chat, why would you need such things for chats? fc's can hold 5 times as many people worry about inactives and actives there.
    This post is obviously written by a person who does not have a leadership role in a LS or FC, and has to help maintain a roster.
    (4)

  3. #13
    Player
    Molly_Millions's Avatar
    Join Date
    Mar 2011
    Location
    Uldah
    Posts
    4,086
    Character
    Molly Millions
    World
    Balmung
    Main Class
    Marauder Lv 50
    Quote Originally Posted by Musashidon View Post
    no ty ls is just a simple chat, why would you need such things for chats? fc's can hold 5 times as many people worry about inactives and actives there.
    Not everyone runs their LS/FC that way. My LS is basically the FC and friends, so we use the LS for organizing events rather than the FC. So I need the ability to easily shed dead weight.
    (4)

  4. #14
    Community Rep Hvinire's Avatar
    Join Date
    Mar 2011
    Posts
    256
    Hey all,

    We posed your request to the UI team who gave us the following insight on the operation of Linkshells. Linkshell lists, in contrast to Free Company lists are designed quite differently. While Free Companies have specific databases where historical information is kept, Linkshells are designed to function as a chat channel, and use the least amount of information possible in order to reduce the strain on servers. Login history, specifically in this case, is not recorded internally.

    Therefore, unfortunately we cannot add a last logged in display for Linkshell members.
    (23)
    Robert "Hvinire" Peeler - Community Team

  5. #15
    Player
    Zirael_Foxfire's Avatar
    Join Date
    Mar 2011
    Posts
    235
    Character
    Zireael Stargaze
    World
    Ragnarok
    Main Class
    Arcanist Lv 60
    Quote Originally Posted by Hvinire View Post
    Hey all,

    We posed your request to the UI team who gave us the following insight on the operation of Linkshells. Linkshell lists, in contrast to Free Company lists are designed quite differently. While Free Companies have specific databases where historical information is kept, Linkshells are designed to function as a chat channel, and use the least amount of information possible in order to reduce the strain on servers. Login history, specifically in this case, is not recorded internally.

    Therefore, unfortunately we cannot add a last logged in display for Linkshell members.
    Server stores that data for every character in some database. If you can't display this information continuously, let people send a targeted query for this to the server. Like, by viewing character's profile (that screen with jobs etc)
    (4)

  6. #16
    Player Sinth's Avatar
    Join Date
    Sep 2013
    Posts
    424
    Character
    Sinth Reborn
    World
    Gilgamesh
    Main Class
    Lancer Lv 52
    The less db queries the better. The net-coding choice made by SE is bad enough as is. Deciding to prioritize security over gameplay experience was a major mistake. It pretty much makes any additional server load propagate to all clients. Lets not add more server strain with nice to have feature requests. Thank you SE.

    inb4 "fix the netcode" by 100 ignorant posters. It can't be fixed, it never will be fixed, because it is not broken. It was simply a poor decision made early on in development which at this stage cannot be changed without a massive infrastructure overhaul. The decision to have the server dictate live-state instead of the client (which pretty much all other MMOs do) has resulted in the "lag" everyone is sees when they get out of a red circle and still get hit. The issue is compounded by centralized data centers in only 2 locations worldwide. Anyways, the more load on the server the worse it is for EVERYONE.
    (2)

  7. #17
    Player
    Eli_Jin's Avatar
    Join Date
    Mar 2011
    Posts
    45
    Character
    Aly Kin
    World
    Excalibur
    Main Class
    Monk Lv 90
    I don't believe it's necessary to have a separate log table recording the logoff date/time stamp for every Linkshell & Member combination. When the Linkshell list is opened, you could have the character ID joined to whatever main character table stores login information, and return that to the end user client's screen whether it's the LS list, FC window, search window, etc. No need to store the same date/time over and over again for every new list. Granted this may put a little strain on the server since it's needing to do a join rather than a straight pull, but there's ways to make that very efficient as well (though not as efficient as not showing it at all).
    (0)

  8. #18
    Player
    ZohnoReecho's Avatar
    Join Date
    Aug 2013
    Posts
    958
    Character
    Zohno Reecho
    World
    Ragnarok
    Main Class
    Pugilist Lv 70
    Quote Originally Posted by Zirael_Foxfire View Post
    Server stores that data for every character in some database. If you can't display this information continuously, let people send a targeted query for this to the server. Like, by viewing character's profile (that screen with jobs etc)
    What's so hard to understand in "Login history, specifically in this case, is not recorded internally."?
    And avoid replying with "because I know they do" because no, you don't.
    (1)

  9. #19
    Player
    Molly_Millions's Avatar
    Join Date
    Mar 2011
    Location
    Uldah
    Posts
    4,086
    Character
    Molly Millions
    World
    Balmung
    Main Class
    Marauder Lv 50
    Quote Originally Posted by Eli_Jin View Post
    I don't believe it's necessary to have a separate log table recording the logoff date/time stamp for every Linkshell & Member combination. When the Linkshell list is opened, you could have the character ID joined to whatever main character table stores login information, and return that to the end user client's screen whether it's the LS list, FC window, search window, etc. No need to store the same date/time over and over again for every new list. Granted this may put a little strain on the server since it's needing to do a join rather than a straight pull, but there's ways to make that very efficient as well (though not as efficient as not showing it at all).
    ^^ this.

    While it might be inefficient to store that info with the LS data, all that would be needed is an inner join to the table that stores the character log in info, which would only need to be used when the LS ui is opened. Therefore no extra resources would be used for LS chat. Being that we're dealing with 128 records max at a time the resource cost would be pretty low.
    (0)

  10. #20
    Player
    Molly_Millions's Avatar
    Join Date
    Mar 2011
    Location
    Uldah
    Posts
    4,086
    Character
    Molly Millions
    World
    Balmung
    Main Class
    Marauder Lv 50
    Quote Originally Posted by Sinth View Post
    The less db queries the better. The net-coding choice made by SE is bad enough as is. Deciding to prioritize security over gameplay experience was a major mistake. It pretty much makes any additional server load propagate to all clients. Lets not add more server strain with nice to have feature requests. Thank you SE.

    inb4 "fix the netcode" by 100 ignorant posters. It can't be fixed, it never will be fixed, because it is not broken. It was simply a poor decision made early on in development which at this stage cannot be changed without a massive infrastructure overhaul. The decision to have the server dictate live-state instead of the client (which pretty much all other MMOs do) has resulted in the "lag" everyone is sees when they get out of a red circle and still get hit. The issue is compounded by centralized data centers in only 2 locations worldwide. Anyways, the more load on the server the worse it is for EVERYONE.
    You don't need an additional query, only a modification to the one that's already there.
    (0)

Page 2 of 4 FirstFirst 1 2 3 4 LastLast