[Haskell-beginners] Haskell for server?

C K Kashyap ckkashyap at gmail.com
Mon Sep 16 06:19:41 CEST 2013


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/4c64c1f5/attachment.htm>


More information about the Beginners mailing list