webserver
Number of simultaneous connections supported by web servers
Does anybody know how to find the simultaneous numb开发者_如何转开发er of connections allowed on a web server using libcurl or any other ways?[详细]
2023-04-04 02:14 分类:问答iptables for webserver (CentOS 5.6 with DirectAdmin 1.39.1)
I have been hosting a couple of websites on my dedicated machine. The OS is CentOS 5.6. Until now, I have been turning iptables off since it jsut blocked all web traffic. However, I see that this is n[详细]
2023-04-04 02:04 分类:问答Should I use epoll or just blocking recv in threads?
I\'m trying to write a scalable custom web server. Here\'s what I have so far: The main loop and request interpreter are in Cython. The main loop accepts connections and assigns the sockets to one of[详细]
2023-04-03 21:38 分类:问答media delivery in websites
How big websits deliver media content to large number of users? Are there any video/audio stream开发者_如何转开发ing frameworks available? Do they store the big video clips in databases?[详细]
2023-04-03 19:31 分类:问答How can I protect a binary file for being downloaded from a web folder?
I am working on a CMS template generator. The users will download th开发者_JAVA技巧e generated template and they will use it on their web server. The template contains a binary file with all important[详细]
2023-04-03 17:30 分类:问答Any programming language which is faster to read a file than PHP's readfile(test.html); @ 20.000,- hits / second?
What Server Side Programming Language, which without a single doubt is THE FASTEST to output a file content? (I am looking at ~20k file hits / second, so YES it does matter if certain X Language can o[详细]
2023-04-03 14:29 分类:问答In what format are the requested urls written in webserver log files?
i am developing a fre开发者_StackOverflow中文版e website sitemap application. I would like to ask what is the format of the requested urls that are written in the webserver log files ?[详细]
2023-04-02 11:55 分类:问答Android: Download JPG if statement
I have an Android app that downloads a JPG from a server every so often, and I开发者_如何转开发 need to be able to display a \"Down for Maintenance\" image whenever a certain file is present on the in[详细]
2023-04-02 00:58 分类:问答Python Fast Webserver
Have a simple webse开发者_StackOverflow社区rver in python: try: server = HTTPServer((\'\', 80), MyHandler)[详细]
2023-04-02 00:35 分类:问答Killing webservices everytime I start my solution
I have 5 services running when my application starts up in VS2010. And everytime I get this error: Error 24Unable to copy file "C:\\My[详细]
2023-04-01 18:40 分类:问答