Project 1999

Go Back   Project 1999 > Red Community > Red Server Chat

Closed Thread
 
Thread Tools Display Modes
  #231  
Old 05-17-2013, 12:29 PM
Colgate Colgate is offline
Banned


Join Date: Mar 2013
Posts: 6,145
Default

can we get a confirmation on what color said text will be?
  #232  
Old 05-17-2013, 12:34 PM
Smedy Smedy is offline
Planar Protector

Smedy's Avatar

Join Date: Mar 2011
Posts: 4,578
Default

Rumor is orange
__________________
Quote:
Originally Posted by Slathar View Post
you clean plaque off peoples teeth for a living and are only able to do that because your daddy hired you. your waist is also wider than your shoulders and you’re 5’2.
Videos
Wipe it clean.
  #233  
Old 05-17-2013, 12:41 PM
GODPARTICLE GODPARTICLE is offline
Banned


Join Date: Apr 2013
Posts: 85
Default

Quote:
Originally Posted by Rogean [You must be logged in to view images. Log in or Register.]
And yet we have far more sophisticated tracking on numerous systems such as that in the game, as I'm sure you've seen.

Or have you?

http://www.rogean.com/images/p99sysencsearch.png
http://www.rogean.com/images/p99sysencdetails.png
http://www.rogean.com/images/p99sysnpctrade.png

Point of all this.. Those logging systems don't make a single database call from the zoneserver process.

Database queries are 10 years ago. Get on my level.
So you store them locally in memory for awhile and take a big dump then, you don't avoid the database
  #234  
Old 05-17-2013, 12:42 PM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,390
Default

Quote:
Originally Posted by GODPARTICLE [You must be logged in to view images. Log in or Register.]
So you store them locally in memory for awhile and take a big dump then, you don't avoid the database
Bzzzzt
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide
  #235  
Old 05-17-2013, 12:42 PM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,390
Default

Guy thinks hes gods gift to programming flashing his college degree around and still doesn't know shit about efficient coding.
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide
  #236  
Old 05-17-2013, 12:43 PM
GODPARTICLE GODPARTICLE is offline
Banned


Join Date: Apr 2013
Posts: 85
Default

So what are you storing in if not a database?

Also I am a performance stickler, a fucking MyISAM read is not a bottleneck rofl
  #237  
Old 05-17-2013, 12:48 PM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,390
Default

Quote:
Originally Posted by GODPARTICLE [You must be logged in to view images. Log in or Register.]
So what are you storing in if not a database?

Also I am a performance stickler, a fucking MyISAM read is not a bottleneck rofl
Anything that locks up the process waiting for a response from a different service, even if it's just an ACK from a database insert, is a bottleneck. What happens if the database query gets lock queued (because that does happen from time to time with 1k users online). There's a reason removing the bulk of on-demand SQL Queries from zoneprocess improved our stability tremendously.

You're thinking strictly from a database model point of view. What you need to consider is everything else that goes on including the code in the zone process itself handling all the database code, the transport code, and then the WAITING it does. You shouldn't have to fucking WAIT for a database to go "Herr ok I inserted it" before resuming code execution on an UPDATE/INSERT. (And yes, you still get the same problem with INSERT DELAYED, although only slightly improved).
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide
  #238  
Old 05-17-2013, 12:49 PM
GODPARTICLE GODPARTICLE is offline
Banned


Join Date: Apr 2013
Posts: 85
Default

the database object is a model anyway. you can cache the results in a static variable and reload as necessary in GetRandPVPSaying()
  #239  
Old 05-17-2013, 12:49 PM
Gongshow Gongshow is offline
Sarnak

Gongshow's Avatar

Join Date: Apr 2011
Posts: 293
Default

[You must be logged in to view images. Log in or Register.]
  #240  
Old 05-17-2013, 12:51 PM
letsjoe letsjoe is offline
Sarnak


Join Date: May 2011
Location: IOWA
Posts: 225
Default

[stone awful game]: (Fecal) ya
[stone awful game]: (Fecal) if rogean would respond
[stone awful game]: (Fecal) like this
[stone awful game]: (Fecal) to issues with the server
[stone awful game]: (Fecal) shit would be great

agreed
Closed Thread


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:10 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.