标签:: linux

0

sync local with remote by vscode

I want to use vscode as my main code editor.I need to sync my code from local to the remote GPU server.I choose to use sftp extensions in vscode.Aftering installing and reloading the extension, for M

0

socket编程的一些问题

多个进程监听一个socket对于监听一个socket来说,多个进程同时在accept处阻塞,当有一个连接进入,多个进程同时被唤醒,但之间只有一个进程能成功accept,而不会同时有多个进程能拿到该连接对象,操作系统保证了进程操作这个连接的安全性。 扩展:上述过程,多个进程同时被唤醒,去抢占accept到的资源,这个现象叫“惊群”,而根据网上资料,Linux 内核2.6以下,accept响应时只有一

0

spawn-fcgi源码阅读

spawn-fcgi源码阅读收获可以解除到socket编程,在unix系统下的一些特性,比如一切皆文件。连socket也是一个文件描述符,这也是为什么在提升服务器并发性的时候需要增加文件描述符的数量,因为有些系统的文件描述符的上限只有1024个,大大限制了可以接收的请求数量。而且其实我的本意是要看一下并发模型的,结果发现这个spawn-fcgi根本没有实现任何的并发代码,感觉只是用了内核自带的并发

" href="/archives/2016/06/">六月 20164
  • 五月 201613
  • 四月 20168
  • 十二月 20155
  • 十一月 20153
  • 七月 20153
  • 标签云

    ACL C++ CNN Database Deep Learning Dialogue Dialogue Generation Dialogues EMNLP Git GitHub Golang Graph Neural Network HMM HTTP LIBSVM Leetcode Linux MAC MXNet Machine Learning Maxent Maximum Entropy Method Monte Carlo NLP Natural Language Processing Neural Network Nginx OS X Paper Papers PyTorch Reading Note Reinforcement Learning SSH STL SemEval2017 Sentiment Analysis Server Support Vector Machine Text Generation Tool Tree Ubuntu Web Server Word Embedding Word Vector big data ffmpeg flask framework gensim github hadoop hexo iptables latex linux macOS machine learning mpv push pyspider python redis rsync socket sublime topic model unix vim vscode windows wordpress 信号量 入门计划 内存 内存型数据库 学习笔记 服务器 机器翻译 正则表达式 爬虫 版本管理 短连接 站点维护 统计自然语言处理基础 编程语言 编辑器 虚拟机 视频播放器 视频转换 词性标注 长连接 题解 马尔科夫

    链接