mochiweb
non-http in mochiweb
I am using mochiweb for a server that may also get a TCP connction to which the client sends a simple string (without a newline, the s开发者_StackOverflowtring is not http). Mochiweb uses HTTP sockets[详细]
2023-03-28 19:02 分类:问答Erlang Design Advice regarding HTTP services
I\'m new to Erlang but I would like to get started with an application which feels applicable to the technology due to the concurrency desires I have.[详细]
2023-03-22 01:46 分类:问答Erlang/Mochiweb newbie question abt clients communication
Everytime the client/browser connects to Mochiweb server, it creates new process of Loop, doesn\'t it? So, if I want[详细]
2023-03-21 17:25 分类:问答how do we efficiently handle time related constraints on mnesia records?
i am writing records into mnesia which should be kept there only for an allowed time (24 hours). after 24 hours, before a user modifies part of them,[详细]
2023-03-13 21:31 分类:问答Streaming Results from Mochiweb
I have written a web-service using Erlang and Mochiweb. The web service returns a lot of results and takes some time to finish the computation.[详细]
2023-02-25 00:25 分类:问答Erlang: How do I allow more than 1024 connection with Mochiweb?
I tried to increase file descriptors max limit on GNU/Linux: $ ulimit -n 999999 and I\'m starting the server with -env ERL_MAX_PORTS 4096.[详细]
2023-02-06 21:49 分类:问答How to test a mochiweb application?
I would like to do high level testing of my mochiweb app, like it is possible to do in Python with WebTest, in Django with the test client and in Ruby on Rails with functional or integration testing.[详细]
2023-02-02 03:03 分类:问答Reading in Erlang the body of a HTTP request as it is received
I\'ve been looking into Mochiweb, but I can\'t find a way to read the body while I\'m receiving the request through the socket.[详细]
2023-01-27 19:42 分类:问答Erlang : Tuple List into JSON
I have a list of tuples which are http headers.I want to convert the list to a JSON object.I t开发者_运维技巧ry mochijson2 but to no avail.[详细]
2023-01-19 16:25 分类:问答Erlang Facebook Example
Does anyone know of an example facebook app (or facebook connect app) done in Erlang? I\'m looking for something that includes the whole process. Specifically I don\'t seem to find anything on user au[详细]
2023-01-03 16:33 分类:问答