- Effective DevOps with AWS
- Nathaniel Felsen
- 169字
- 2021-07-15 17:11:46
Differences in the production environment
It is often the case that the code produced by developers works fine in a development environment but not in production. A lot of the time, that is because the production environment might be very different from other environments and some unforeseen errors may occur. The common mistakes are that in a development environment, services are collocated on the same servers or there isn't the same level of security, so services can communicate with one another in development but not in production. Another issue is that the development environment might not run the same versions of a certain library, and therefore the interface to communicate with them might differ. The development environment may be running a newer version of a service that has new features that production doesn't have yet, or it's simply a question of scale. The dataset used in development isn't as big as that used in production, and scaling issues might crop up once the new code is out in production.
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Java異步編程實戰
- Visual FoxPro程序設計教程
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- 技術領導力:程序員如何才能帶團隊
- 青少年美育趣味課堂:XMind思維導圖制作
- Scratch 3游戲與人工智能編程完全自學教程
- Mastering Yii
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Distributed Computing in Java 9
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Moodle 3 Administration(Third Edition)
- Instant Automapper
- C語言進階:重點、難點與疑點解析
- JSP編程教程