由买买提看人间百态

topics

全部话题 - 话题: ngnix
(共0页)
T********i
发帖数: 2416
1
我的方案保证你们都喜欢。
1。装下一代raspbian jessy预览版。
2。装新版的ngnix,和guacamole
3。申请一个dyndns,带wildcat的。这个要花钱
4。配置你的ngnix和guacamole。
结果:现在我的所有服务都可用html 5。
用一个browser,比如我的dns是wei.No-ip.biz
https://ha.wei.no-ip.biz 是我的home automation server
https://remote.wei.no-ip.biz 远程访问我家的windows desktop,已经rpi的ssh。
https://camera.wei.no-ip.biz 摄像头
备注:
1。有broswer即可。纯html5。
2。用https 443端口。
3。穿企业防火墙跟玩一样。
有空贴个配置文件给你看看。
T********i
发帖数: 2416
2
【 以下文字转载自 Linux 讨论区 】
发信人: TeacherWei (TW), 信区: Linux
标 题: Re: 不知道干什么来着,公司给了一个Raspberry Pi (转载)
发信站: BBS 未名空间站 (Thu Feb 13 23:59:12 2014, 美东)
我的方案保证你们都喜欢。
1。装下一代raspbian jessy预览版。
2。装新版的ngnix,和guacamole
3。申请一个dyndns,带wildcat的。这个要花钱
4。配置你的ngnix和guacamole。
结果:现在我的所有服务都可用html 5。
用一个browser,比如我的dns是wei.No-ip.biz
https://ha.wei.no-ip.biz 是我的home automation server
https://remote.wei.no-ip.biz 远程访问我家的windows desktop,已经rpi的ssh。
https://camera.wei.no-ip.biz 摄像头
备注:
1。有broswer即可。纯html5。
2。用https 443端... 阅读全帖
d****i
发帖数: 4809
3
来自主题: Programming版 - 各路大神推荐个linux上的组合吧
不算专家,但是可以解答你的问题

Ngnix不知道,Tomcat一般可以和Apache一起用,注意加载mod_jk。Ngnix应该也可以类似
就是REST的Java的标准实现,已经够好了。Do one thing and do it well.
太多了,你要去看Spring doc了解各项功能,基本的就是DI.
ORM可以用也可以选择不用,完全看实际情况。如果Postgres的话,要在Hibernate中使
用Postgre的dialect。其他DB类似。
Spring MVC是正道,相当于Django。Grail是邪路没错。
e****e
发帖数: 677
4
linux C,TCP/IP, libevent, epoll, ngnix, 多进程多线程
等服务器后台开发
在美国职位多吗?
还是已经过时,现在都是java等新技术?

发帖数: 1
5
湾区(San Jose) 视频公司Open Salary 招聘Sr.Software Engineer(back-end). JD
如下:
Title: Sr. Software Engineer(back-end)
Work type: full time
Location: San Jose, CA
Salary : Open
What you’ll do:
 Design, implement, test and maintain high-performance, high-
availability services in a SOA environment for video platform
 Research various open source technologies to solve existing and
future problems. Research, evaluate, and deploy new tools, frameworks and
patterns to solve technical chal... 阅读全帖
w**z
发帖数: 8232
6
webserver 一般是指 Apache, 或者 ngnix. servlet engine ,(tomcat, jetty 啥的)
是属于 application server. 所以后端应该从 servlet engine 开始。另外,别跟人
提 jsp, 那是十几年前的东西。
m********u
发帖数: 3942
7
【 以下文字转载自 Seattle 讨论区 】
发信人: missingyou (miss), 信区: Seattle
标 题: Senior Full Stack Engineer -- long term contractor职位
发信站: BBS 未名空间站 (Wed Jun 28 15:01:54 2017, 美东)
有兴趣请站内或者邮件 [email protected]
Our client is is looking for talented Senior Full Stack Software Development
Engineers for supporting product development and advanced R&D innovations
of services in the cloud.
The lab urgently needs senior full stack software development engineers who
are passionate about state-of-art big data platf... 阅读全帖
m********u
发帖数: 3942
8
有兴趣请站内或者邮件 [email protected]
Our client is is looking for talented Senior Full Stack Software Development
Engineers for supporting product development and advanced R&D innovations
of services in the cloud.
The lab urgently needs senior full stack software development engineers who
are passionate about state-of-art big data platform technologies and
applications, and want to take on critical changes to create some world-
first solutions.
Depending on the experience and technical skills, the ... 阅读全帖
a*******t
发帖数: 85
9
It really depends on your website. If you have large website with many
concurrent visitors around the clock, 1G ram may not be big enough. But for
64MB, I think it can merely make http and mysql to function. You centainly
can not expect the vps to handle much traffic. If Xen, the additional swap
space will make your website run along. There are a few parameters you can
tweak to make http and mysql to consume as little ram as possible at the
cost of sacrificing server speed.
ngnix or lightht
k*******r
发帖数: 90
10
来自主题: EmergingNetworking版 - Netflix CDN - Open Connect
这个东西本质上就是一个基于 ngnix 的 reverse proxy
无非就是 cache 搞得大一点, ttl时间长一点
Google也有类似的 edge caching, 不过规模比起来应该会小很多
https://peering.google.com/about/ggc.html
当然他们一个node做到 8Gps, 代码应该也优化的不错
What throughput does the appliance deliver during peak demand?
For planning purposes, we estimate peak throughput for each appliance at 8
Gbps.
i*****o
发帖数: 1714
11
来自主题: Programming版 - 魏老师聊聊FPGA吧
这里我觉得有很多可以做的,比如SSL termination, ngnix据说只能保证300/s,如果
有人做张加速卡插到机器里,加速到10000/s,估计大批人会买。
这就是我一直想的,任何需要上百上千个服务器并行的项目,都存在硬件加速的商业机
会。

★ 发自iPhone App: ChineseWeb 8.6
a*****e
发帖数: 1700
12
来自主题: Programming版 - haskell有潜力成为最好的web framework
Erlang 的优势向来不在运行速度或者 runtime 效率。Go 嘛,等有 concurrent 或者
generational GC 再来说话。
硬要直接比 lightweight thread,只好去看 language shootout 啦,并发能力可以看
thread-ring,慢的表示 thread context-switch overhead 大。
关于 Haskell 做 I/O 并发,有一篇论文可以看看
http://haskell.cs.yale.edu/wp-content/uploads/2013/08/hask035-v
Section 5 报告了通过压测 GHC Concurrent I/O Manager 所发现的 Linux Kernel 关
于 epoll 的 bug. 后面 benchmark 章节有一些和 Ngnix 的比较。
w**z
发帖数: 8232
13
来自主题: Programming版 - 根据调研以及好虫建议
我们准备用ngnix 替掉Apache 了。
d****i
发帖数: 4809
14
来自主题: Programming版 - 语言与产品
你这个讨论太肤浅了,C/C++/Java这三个主流语言几十年以来几乎涵盖了所有的主流的
重量级基础软件,这也是为什么tiobe排名这三个老是前三的原因之一。C的产品一大推
,所有的操作系统都是C写的,Unix/Linux/Windows/Mac/Android/iOS/各种RTOS。。。
还有所有的基础底层系统软件像Apache, Ngnix,所有语言的runtime, interpreter,
VM等等。C++的也一大堆,KDE, Gnome, office, google search, 几乎所有的database
, Oracle, MySQL, MongoDB, DB2, SQL Server, Sybase。。。Java的也一大堆,
Eclipse, Tomcat, Weblogic, Hadoop,Cassandra。。。Lisp? 没有,除了emacs,就
是emacs也算不上主流,大部分人都默认用vi。
d***a
发帖数: 13752
15
ngnix快,是因为写它的人对硬件性能非常了解,对软件底层细节抠的很细。连C++都不
用,只用C, 就是为了性能最大化啊。
其实你自己不就是在做这种类型的工作吗?我的理解,你做的工作是系统软件优化,
对吧?
d***a
发帖数: 13752
16
ngnix快,是因为写它的人对硬件性能非常了解,对软件底层细节抠的很细。连C++都不
用,只用C, 就是为了性能最大化啊。
其实你自己不就是在做这种类型的工作吗?我的理解,你做的工作是系统软件优化,
对吧?
(共0页)