• Login
  • Register
Hello There, Guest!

Username:

Password:

Remember me

Lost PW Lost Password?

Advanced Search
  • Rules
  • Staff
  • Wiki
  • Free Companies
  • Linkshells
  • Calendar
  • Chat
  • Gallery
  • Donate
home Hydaelyn Role-Players → Final Fantasy 14 → FFXIV Discussion v
« Previous 1 2 3 4 5 … 64 Next »
→

Getting into Balmung - Not Happening Indefinitely.


RPC has moved! These pages have been kept for historical purposes

Please be sure to visit https://ffxiv-roleplayers.com/ directly for the new page.

Getting into Balmung - Not Happening Indefinitely.
Threaded Mode | Linear Mode

Unnamed Mercenaryv
Unnamed Mercenary
Find all posts by this user
Grumpy Garlean

Offline
Posts:3,760
Joined:Apr 2014
Linkshell:A Variety
Server:Balmung
Reputation: 517 Timezone:UTC-8
RE: Getting into Balmung - A Discussion |
#80
09-23-2015, 11:43 AM
(09-23-2015, 11:30 AM)Madda Wrote:
(09-23-2015, 01:33 AM)Miwa Wrote: I can say before Heavensward it was a lot easier to get into Balmung. Now it's literally impossible. So I have a character on Zalera I'm going to xfer over after the 3 days are up.
It was pretty impossible before anyway. HW just adds another layer of bullshit just to make a character. 

Before, Madda stayed up 3 nights in a row just to make 1 character, and 2 nights ended in only being open for character creation for a few minutes. 

What Madda wants to know is why we have to do this? There is no other MMO that does what XIV does with the character creation.

It's to prevent something like the maps crashing (which happens on FFXIV when it gets overloaded).

Or in the event a map/zone doesn't go down, massive rubber-banding/lag spikes because the server can't process all the data to keep up with the number of people there.

While one person doesn't really add all that much load, imagine 10. Or 100. Or 500.

I'd have to try to illustrate it in code, which means it probably won't get far. But the gist is that each character's actions might have to be sent to every other person on the server who's applicable. (Think, being able to see someone move, or craft, or use a skill, or to play triple triad, etc. Your client doesn't just magically know. It's gotta receive one or more packets from the server telling it all of that. And when you have to get a lot of -other- people's information, it can get bogged down sending that to everyone)

Code: (Select All)
Basic Server Packet Processor(){
   while (server is online){
       for (every character on the server){
           if (the server receives a packet of data saying the character did something){
               process it();
               send that action to all the other characters();
               update the database to save changes();
           }
       }
   }

Franz'sWiki | Rostnais (WIP)| IC-ish/OOC Tumblr | RPC Chat
RPC Staff Team | Staff Contact and Feedback/Requests/Support
Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Getting into Balmung - Not Happening Indefinitely. - by Kage - 07-27-2015, 12:53 PM
RE: Getting into Balmung - A Discussion - by WorstRPerEver - 07-27-2015, 01:06 PM
RE: Getting into Balmung - A Discussion - by Devyn Piper - 07-27-2015, 01:13 PM
RE: Getting into Balmung - A Discussion - by Threndual - 07-28-2015, 06:17 AM
RE: Getting into Balmung - A Discussion - by Kellach Woods - 07-28-2015, 06:31 AM
RE: Getting into Balmung - A Discussion - by Mhega - 07-28-2015, 06:40 AM
RE: Getting into Balmung - A Discussion - by Berrod Armstrong - 07-28-2015, 08:44 AM
RE: Getting into Balmung - A Discussion - by Kage - 07-28-2015, 08:54 AM
RE: Getting into Balmung - A Discussion - by Cato - 07-28-2015, 08:58 AM
RE: Getting into Balmung - A Discussion - by Kage - 07-28-2015, 10:41 AM
RE: Getting into Balmung - A Discussion - by Naunet - 07-28-2015, 11:28 AM
RE: Getting into Balmung - A Discussion - by Berrod Armstrong - 07-28-2015, 11:32 AM
RE: Getting into Balmung - A Discussion - by Devyn Piper - 07-28-2015, 11:39 AM
RE: Getting into Balmung - A Discussion - by Kage - 07-28-2015, 01:25 PM
RE: Getting into Balmung - A Discussion - by McBeefâ„¢ - 07-28-2015, 02:14 PM
RE: Getting into Balmung - A Discussion - by Naunet - 07-28-2015, 03:08 PM
RE: Getting into Balmung - A Discussion - by Cato - 07-28-2015, 04:09 PM
RE: Getting into Balmung - A Discussion - by -no longer matters- - 07-28-2015, 04:14 PM
RE: Getting into Balmung - A Discussion - by Naunet - 07-28-2015, 06:00 PM
RE: Getting into Balmung - A Discussion - by 13uddy - 07-28-2015, 01:43 PM
RE: Getting into Balmung - A Discussion - by -no longer matters- - 07-28-2015, 02:28 PM
RE: Getting into Balmung - A Discussion - by Sig - 07-28-2015, 02:41 PM
RE: Getting into Balmung - A Discussion - by Gegenji - 07-28-2015, 02:46 PM
RE: Getting into Balmung - A Discussion - by Berrod Armstrong - 07-28-2015, 03:03 PM
RE: Getting into Balmung - A Discussion - by Kage - 07-28-2015, 04:07 PM
RE: Getting into Balmung - A Discussion - by Flickering Ember - 07-28-2015, 03:08 PM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 07-28-2015, 06:04 PM
RE: Getting into Balmung - A Discussion - by McBeefâ„¢ - 07-28-2015, 06:16 PM
RE: Getting into Balmung - A Discussion - by Mhega - 07-28-2015, 08:48 PM
RE: Getting into Balmung - A Discussion - by Addison - 07-29-2015, 07:57 AM
RE: Getting into Balmung - A Discussion - by Naunet - 07-29-2015, 11:40 AM
RE: Getting into Balmung - A Discussion - by Addison - 07-29-2015, 03:31 PM
RE: Getting into Balmung - A Discussion - by Naunet - 07-29-2015, 10:41 PM
RE: Getting into Balmung - A Discussion - by Flickering Ember - 08-04-2015, 10:24 PM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 08-04-2015, 11:15 PM
RE: Getting into Balmung - A Discussion - by FreelanceWizard - 08-05-2015, 11:36 AM
RE: Getting into Balmung - A Discussion - by Kage - 07-28-2015, 09:45 PM
RE: Getting into Balmung - A Discussion - by Kellach Woods - 07-29-2015, 06:22 AM
RE: Getting into Balmung - A Discussion - by Mhega - 07-29-2015, 01:27 PM
RE: Getting into Balmung - A Discussion - by Kage - 07-29-2015, 01:47 PM
RE: Getting into Balmung - A Discussion - by Mhega - 07-29-2015, 08:23 PM
RE: Getting into Balmung - A Discussion - by Mhega - 07-30-2015, 04:50 AM
RE: Getting into Balmung - A Discussion - by Star Lin - 07-30-2015, 09:30 AM
RE: Getting into Balmung - A Discussion - by Kage - 07-30-2015, 01:15 PM
RE: Getting into Balmung - A Discussion - by Ashe - 07-29-2015, 03:51 PM
RE: Getting into Balmung - A Discussion - by Cato - 07-29-2015, 10:51 PM
RE: Getting into Balmung - A Discussion - by Threndual - 07-30-2015, 06:07 AM
RE: Getting into Balmung - A Discussion - by Kage - 08-04-2015, 08:24 AM
RE: Getting into Balmung - A Discussion - by Berrod Armstrong - 08-04-2015, 08:36 AM
RE: Getting into Balmung - A Discussion - by Kage - 08-04-2015, 08:47 AM
RE: Getting into Balmung - A Discussion - by Mhega - 08-04-2015, 03:35 PM
RE: Getting into Balmung - A Discussion - by Qhora Bajihri - 08-04-2015, 09:20 PM
RE: Getting into Balmung - A Discussion - by Kellach Woods - 08-04-2015, 09:22 PM
RE: Getting into Balmung - A Discussion - by Flickering Ember - 08-05-2015, 12:24 AM
RE: Getting into Balmung - A Discussion - by Kage - 08-05-2015, 12:44 AM
RE: Getting into Balmung - A Discussion - by Cato - 08-05-2015, 10:16 AM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 08-05-2015, 10:55 AM
RE: Getting into Balmung - A Discussion - by Thorgar - 08-05-2015, 11:31 AM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 08-05-2015, 11:42 AM
RE: Getting into Balmung - A Discussion - by Mhega - 08-09-2015, 01:29 AM
RE: Getting into Balmung - A Discussion - by Kellach Woods - 08-09-2015, 02:05 AM
RE: Getting into Balmung - A Discussion - by Solistor - 08-16-2015, 02:09 AM
RE: Getting into Balmung - A Discussion - by Jana - 08-16-2015, 02:39 AM
RE: Getting into Balmung - A Discussion - by Greybarren - 08-25-2015, 09:09 AM
RE: Getting into Balmung - A Discussion - by Mia Moui - 09-12-2015, 11:08 PM
RE: Getting into Balmung - A Discussion - by Kage - 08-25-2015, 08:38 AM
RE: Getting into Balmung - A Discussion - by Khoure - 08-29-2015, 11:02 PM
RE: Getting into Balmung - A Discussion - by Kailia - 08-30-2015, 12:59 AM
RE: Getting into Balmung - A Discussion - by Kou - 09-10-2015, 05:18 PM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 09-10-2015, 07:14 PM
RE: Getting into Balmung - A Discussion - by Lucius Ignatius - 09-08-2015, 12:37 PM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 09-08-2015, 12:54 PM
RE: Getting into Balmung - A Discussion - by Kage - 09-08-2015, 12:57 PM
RE: Getting into Balmung - A Discussion - by Lucius Ignatius - 09-08-2015, 09:22 PM
RE: Getting into Balmung - A Discussion - by Kage - 09-09-2015, 12:02 PM
RE: Getting into Balmung - A Discussion - by Nokumane - 09-10-2015, 10:23 PM
RE: Getting into Balmung - A Discussion - by Kellach Woods - 09-11-2015, 11:41 AM
RE: Getting into Balmung - A Discussion - by Miwa - 09-23-2015, 01:33 AM
RE: Getting into Balmung - A Discussion - by Madda - 09-23-2015, 11:30 AM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 09-23-2015, 11:43 AM
RE: Getting into Balmung - A Discussion - by Kellach Woods - 10-02-2015, 12:38 AM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 10-02-2015, 02:19 AM
RE: Getting into Balmung - A Discussion - by Kellach Woods - 10-02-2015, 02:24 AM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 10-02-2015, 02:34 AM
RE: Getting into Balmung - A Discussion - by Kage - 09-30-2015, 07:30 AM
RE: Getting into Balmung - A Discussion - by Vyce - 09-30-2015, 08:17 AM
RE: Getting into Balmung - A Discussion - by SicketySix - 09-30-2015, 08:41 AM
RE: Getting into Balmung - A Discussion - by Kage - 10-02-2015, 06:15 PM
RE: Getting into Balmung - A Discussion - by Kellach Woods - 10-03-2015, 12:19 AM
RE: Getting into Balmung - A Discussion - by Kage - 10-03-2015, 12:57 AM
RE: Getting into Balmung - A Discussion - by Khoure - 10-22-2015, 07:04 PM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 10-22-2015, 07:13 PM
RE: Getting into Balmung - A Discussion - by Khoure - 10-22-2015, 07:33 PM
RE: Getting into Balmung - A Discussion - by Kage - 11-02-2015, 01:30 PM
RE: Getting into Balmung - A Discussion - by Kage - 12-09-2015, 05:45 PM
RE: Getting into Balmung - A Discussion - by SicketySix - 12-21-2015, 04:50 PM
RE: Getting into Balmung - A Discussion - by Trixstir - 12-21-2015, 07:30 PM
RE: Getting into Balmung - A Discussion - by Kage - 12-21-2015, 07:32 PM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 12-21-2015, 07:36 PM
RE: Getting into Balmung - A Discussion - by Trixstir - 12-21-2015, 10:47 PM
RE: Getting into Balmung - A Discussion - by Trixstir - 12-22-2015, 04:49 AM
RE: Getting into Balmung - A Discussion - by SicketySix - 12-22-2015, 04:52 AM
RE: Getting into Balmung - A Discussion - by Trixstir - 12-22-2015, 05:46 AM
RE: Getting into Balmung - A Discussion - by SicketySix - 12-22-2015, 05:55 AM
RE: Getting into Balmung - A Discussion - by SicketySix - 12-22-2015, 04:50 AM
RE: Getting into Balmung - A Discussion - by Rudiford - 12-26-2015, 01:56 AM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 12-26-2015, 02:34 AM
RE: Getting into Balmung - A Discussion - by William Greystone - 01-07-2016, 06:59 PM
RE: Getting into Balmung - A Discussion - by Maril - 01-07-2016, 07:02 PM
RE: Getting into Balmung - A Discussion - by William Greystone - 01-07-2016, 07:05 PM
RE: Getting into Balmung - A Discussion - by Akasumi - 01-08-2016, 07:28 AM
RE: Getting into Balmung - A Discussion - by Cassandra - 01-08-2016, 07:39 AM
RE: Getting into Balmung - A Discussion - by Kage - 01-08-2016, 11:07 AM
RE: Getting into Balmung - A Discussion - by Parth Makeo - 01-14-2016, 01:06 PM
RE: Getting into Balmung - A Discussion - by Kage - 02-04-2016, 11:34 AM
RE: Getting into Balmung - A Discussion - by Reqnia - 02-19-2016, 04:27 AM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 02-19-2016, 09:01 AM
RE: Getting into Balmung - A Discussion - by Reqnia - 02-19-2016, 03:02 PM
RE: Getting into Balmung - A Discussion - by Kage - 02-28-2016, 08:12 PM
RE: Getting into Balmung - A Discussion - by Nodem - 02-28-2016, 08:16 PM
RE: Getting into Balmung - A Discussion - by Tatsu - 03-14-2016, 05:54 PM
RE: Getting into Balmung - A Discussion - by Ashe - 03-21-2016, 12:57 AM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 03-21-2016, 01:15 AM
RE: Getting into Balmung - A Discussion - by Ashe - 03-21-2016, 01:22 AM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 03-21-2016, 01:34 AM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 06-30-2016, 05:33 PM
RE: Getting into Balmung - A Discussion - by Gabineaux - 06-30-2016, 07:21 PM
RE: Getting into Balmung - A Discussion - by Parth Makeo - 07-04-2016, 04:05 PM
RE: Getting into Balmung - A Discussion - by Mal Sionis - 07-04-2016, 04:15 PM
RE: Getting into Balmung - A Discussion - by Valtiere - 07-04-2016, 04:16 PM
RE: Getting into Balmung - A Discussion - by Parth Makeo - 07-04-2016, 04:17 PM
RE: Getting into Balmung - A Discussion - by Parth Makeo - 07-04-2016, 04:36 PM
RE: Getting into Balmung - A Discussion - by K'nahli - 07-04-2016, 04:44 PM
RE: Getting into Balmung - A Discussion - by Caithe - 07-04-2016, 04:57 PM
RE: Getting into Balmung - A Discussion - by Gabineaux - 07-04-2016, 05:29 PM
RE: Getting into Balmung - A Discussion - by Valtiere - 07-04-2016, 05:38 PM
RE: Getting into Balmung - A Discussion - by Kilieit - 07-04-2016, 05:39 PM
RE: Getting into Balmung - A Discussion - by K'nahli - 07-04-2016, 05:40 PM
RE: Getting into Balmung - A Discussion - by Noxtis316 - 07-04-2016, 05:41 PM
RE: Getting into Balmung - A Discussion - by Etoile - 08-27-2016, 01:26 PM
RE: Getting into Balmung - A Discussion - by Charity322 - 11-02-2016, 11:58 PM
RE: Getting into Balmung - A Discussion - by Unnamed Mercenary - 11-03-2016, 12:02 AM
RE: Getting into Balmung - A Discussion - by Kilieit - 11-03-2016, 12:02 AM
RE: Getting into Balmung - A Discussion - by Charity322 - 11-03-2016, 04:57 AM
RE: Getting into Balmung - A Discussion - by Kasanui - 11-03-2016, 10:15 AM
RE: Getting into Balmung - A Discussion - by Charity322 - 11-03-2016, 11:12 AM
RE: Getting into Balmung - A Discussion - by Gegenji - 11-03-2016, 11:20 AM
RE: Getting into Balmung - A Discussion - by Kage - 11-03-2016, 11:58 AM
RE: Getting into Balmung - A Discussion - by Kasanui - 11-03-2016, 12:43 PM
RE: Getting into Balmung - A Discussion - by Kage - 11-03-2016, 01:59 PM
RE: Getting into Balmung - A Discussion - by Charity322 - 11-04-2016, 12:55 AM
RE: Getting into Balmung - A Discussion - by SicketySix - 11-04-2016, 12:27 PM
RE: Getting into Balmung - A Discussion - by Kilieit - 11-03-2016, 01:15 PM
RE: Getting into Balmung - A Discussion - by Charity322 - 11-04-2016, 06:46 AM
RE: Getting into Balmung - A Discussion - by Charity322 - 11-04-2016, 10:11 PM
RE: Getting into Balmung - Not Happening Indefinitely. - by Kage - 05-17-2017, 11:13 AM
RE: Getting into Balmung - Not Happening Indefinitely. - by Momo - 05-17-2017, 11:49 AM
RE: Getting into Balmung - Not Happening Indefinitely. - by Aya - 05-17-2017, 12:30 PM
RE: Getting into Balmung - Not Happening Indefinitely. - by Roen - 05-17-2017, 01:30 PM
RE: Getting into Balmung - Not Happening Indefinitely. - by foxfirestorm - 05-17-2017, 12:56 PM
RE: Getting into Balmung - Not Happening Indefinitely. - by Charity322 - 05-17-2017, 11:21 PM
RE: Getting into Balmung - Not Happening Indefinitely. - by Shofie - 05-21-2017, 03:32 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread


Users browsing this thread: 3 Guest(s)
Index | Return to Top | Lite (Archive) Mode | RSS Syndication | Current time: 07-18-2025, 08:15 PM


Final Fantasy XIV images/content © Square-Enix, forum content © RPC.
The RPC is not affiliated with Square-Enix or any of its subsidiaries.
Powered By MyBB, © 2002-2025 MyBB Group.
Designed by Adrian/Reksio, modified by Kylin@RPC