Menu
News
All News
Dungeons & Dragons
Level Up: Advanced 5th Edition
Pathfinder
Starfinder
Warhammer
2d20 System
Year Zero Engine
Industry News
Reviews
Dragon Reflections
White Dwarf Reflections
Columns
Weekly Digests
Weekly News Digest
Freebies, Sales & Bundles
RPG Print News
RPG Crowdfunding News
Game Content
ENterplanetary DimENsions
Mythological Figures
Opinion
Worlds of Design
Peregrine's Nest
RPG Evolution
Other Columns
From the Freelancing Frontline
Monster ENcyclopedia
WotC/TSR Alumni Look Back
4 Hours w/RSD (Ryan Dancey)
The Road to 3E (Jonathan Tweet)
Greenwood's Realms (Ed Greenwood)
Drawmij's TSR (Jim Ward)
Community
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Resources
Wiki
Pages
Latest activity
Media
New media
New comments
Search media
Downloads
Latest reviews
Search resources
EN Publishing
Store
EN5ider
Adventures in ZEITGEIST
Awfully Cheerful Engine
What's OLD is NEW
Judge Dredd & The Worlds Of 2000AD
War of the Burning Sky
Level Up: Advanced 5E
Events & Releases
Upcoming Events
Private Events
Featured Events
Socials!
EN Publishing
Twitter
BlueSky
Facebook
Instagram
EN World
BlueSky
YouTube
Facebook
Twitter
Twitch
Podcast
Features
Top 5 RPGs Compiled Charts 2004-Present
Adventure Game Industry Market Research Summary (RPGs) V1.0
Ryan Dancey: Acquiring TSR
Q&A With Gary Gygax
D&D Rules FAQs
TSR, WotC, & Paizo: A Comparative History
D&D Pronunciation Guide
Million Dollar TTRPG Kickstarters
Tabletop RPG Podcast Hall of Fame
Eric Noah's Unofficial D&D 3rd Edition News
D&D in the Mainstream
D&D & RPG History
About Morrus
Log in
Register
What's new
Search
Search
Search titles only
By:
Forums & Topics
Forum List
Latest Posts
Forum list
*Dungeons & Dragons
Level Up: Advanced 5th Edition
D&D Older Editions
*TTRPGs General
*Pathfinder & Starfinder
EN Publishing
*Geek Talk & Media
Search forums
Chat/Discord
Menu
Log in
Register
Install the app
Install
Community
General Tabletop Discussion
*TTRPGs General
Technical thread for Server Discussion (merged)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Janx" data-source="post: 1839095" data-attributes="member: 8835"><p>As a note on a box I run, it goes full throttle anytime there's a page request. The rest of the time it sits idle. The gist is, Linux will devote as much processor as a process needs, barring other demands for attention. So it's very easy for a process to show a high utilization rate initially. Once those hits keep coming in steady streams, things would start balancing out.</p><p></p><p>I agree that you should go SCSI RAID if you can. You could still do well with ATA/SATA, but make sure you do some kind of hardware based RAID and not OS mirroring.</p><p></p><p>Double check your use of PHP. I could have sworn they had a precompiling cache thingy called ZEND built in. I've been working with ASP.net lately, so I might be a bit stale.</p><p></p><p>Also, the latest MySQL (v5) is coming out with some SQL caching stuff that could speed up some common queries.</p><p></p><p>Use CHAR instead of VARCHAR if you can, that got a lot of speed back in one of our apps.</p><p></p><p>Stick with Linux. PHP and MySQL are best in that environment. We actually just switched one of our servers from Windows to linux (same PHP and MySQL) and got some more performance back.</p><p></p><p>If you do 2 servers, 1 DB and 1 web server, run a dedicated private network between the 2. A 1Gb cross-over wire might be sufficient. By having the two communicate over the private network, you'll relieve the bottleneck of web server to DB. Naturally, you'd have the biggest channel for the 2 if they were on the same server. But if both processes are vying for CPU, then splitting them up but giving them as big a pipe as you can will help things.</p><p></p><p></p><p>Janx</p></blockquote><p></p>
[QUOTE="Janx, post: 1839095, member: 8835"] As a note on a box I run, it goes full throttle anytime there's a page request. The rest of the time it sits idle. The gist is, Linux will devote as much processor as a process needs, barring other demands for attention. So it's very easy for a process to show a high utilization rate initially. Once those hits keep coming in steady streams, things would start balancing out. I agree that you should go SCSI RAID if you can. You could still do well with ATA/SATA, but make sure you do some kind of hardware based RAID and not OS mirroring. Double check your use of PHP. I could have sworn they had a precompiling cache thingy called ZEND built in. I've been working with ASP.net lately, so I might be a bit stale. Also, the latest MySQL (v5) is coming out with some SQL caching stuff that could speed up some common queries. Use CHAR instead of VARCHAR if you can, that got a lot of speed back in one of our apps. Stick with Linux. PHP and MySQL are best in that environment. We actually just switched one of our servers from Windows to linux (same PHP and MySQL) and got some more performance back. If you do 2 servers, 1 DB and 1 web server, run a dedicated private network between the 2. A 1Gb cross-over wire might be sufficient. By having the two communicate over the private network, you'll relieve the bottleneck of web server to DB. Naturally, you'd have the biggest channel for the 2 if they were on the same server. But if both processes are vying for CPU, then splitting them up but giving them as big a pipe as you can will help things. Janx [/QUOTE]
Insert quotes…
Verification
Post reply
Community
General Tabletop Discussion
*TTRPGs General
Technical thread for Server Discussion (merged)
Top