[Haskell-beginners] Haskell for server?

Miro Karpis miroslav.karpis at gmail.com
Mon Sep 16 07:11:33 CEST 2013


Would like to correct/add on thing. I'm not looking for a server that will
host a we page. I'm looking for a server that will handle TCP
requests/connections.

cheers,
m.


On Mon, Sep 16, 2013 at 6:19 AM, C K Kashyap <ckkashyap at gmail.com> wrote:

> I'd suggest you take a look at yesod as well before deciding on the web
> framework.
>
> Regards,
> Kashyap
>
>
> On Sun, Sep 15, 2013 at 12:58 PM, Miro Karpis <miroslav.karpis at gmail.com>wrote:
>
>> Please can you help me with following?
>> I would like to try Haskell in our company. We need to make a simulation
>> data server that would do read/write requests into a DB (didn't decide on a
>> DB yet). Read/write will be done by several clients - so far I think that
>> we might have around 1000 clients. Size of the transferred data will be
>> quite small (maximum 10 MB). Every client can have around 10 requests per
>> second. All the network will be in-house (local). It needs to be stable and
>> fast, since our clients will be a modules that do physics calculations. It
>> should also support parallelism, concurrency and in the future maybe cloud
>> computing.
>>
>> Snap framework looks very promising, but am not 100% sure.
>>
>> Please do you have any suggestions to what framework and DB would be
>> appropriate to this set-up?
>>
>> Cheers,
>> m.
>>
>> _______________________________________________
>> Beginners mailing list
>> Beginners at haskell.org
>> http://www.haskell.org/mailman/listinfo/beginners
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130916/a4e94379/attachment.htm>


More information about the Beginners mailing list