TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What does "stack" mean?

2 pointsby HackrNwsDesignrover 14 years ago

4 comments

patio11over 14 years ago
There are a few meanings. If you haven't heard it before, I am guessing you hear it in a context like "the LAMP stack." Basically, web applications are complex systems these days, and they rely on moving parts on top of moving parts. Stack describes that collection of programs/technologies.<p>For example, Bingo Card Creator uses a fairly typical Rails stack: application code in Rails(a web framework based on the language Ruby), MySQL for the DB, Nginx proxying to mongrel for the web tier, memcached and Redis for for a few purposes, DelayedJob for queuing, all running on Ubuntu.
route66over 14 years ago
You could find one answer here: <a href="http://en.wikipedia.org/wiki/Stack_(data_structure)" rel="nofollow">http://en.wikipedia.org/wiki/Stack_(data_structure)</a><p>In short: a data structure where the last thing you put in is the first you get out.<p>To others it means everything you can pile up in one or the other way. Like MySql on Linux with Apache and PHP which gives us the LAMP stack ...<p>To some weird people it might mean this: <a href="http://www.rocktownhall.com/blogs/media/blogs/rth/MarshallStack.jpg" rel="nofollow">http://www.rocktownhall.com/blogs/media/blogs/rth/MarshallSt...</a>
HackrNwsDesignrover 14 years ago
patio11's answer is what I was looking for. not the data structure. so most sites all web apps can be broken down into a 'stack'?
pbhjpbhjover 14 years ago
different layers of software, a plate full of pancakes, a series of slides used in a presentation
评论 #2206716 未加载