You are not logged in.
Pages: 1
Hi,
firstly i would thank you guys for this great job.
about the event-driven development, it's the big missed & must-have feature for the modern frameworks like yours.
i think this open source lib can help.
Article:
http://otapi.com/2014/09/18/event-drive … roduction/
Source:
https://github.com/LaKraven/LKSL
Offline
The framework core is already event-driven, from the HTTP requests point of view.
Our blocking scheme is in fact scaling very well, better than node.js in fact.
But event-driven design, using interfaces for publish/subscribe pattern, is on the roadmap - see http://synopse.info/fossil/tktview?name=aa230e5299
Is it what you meant?
LKSL is interesting, I'm following it since the beginning, but I would rather use some libuv port for pure cross-platform support.
In fact, LKSL is not compatible with FPC, and we rely on FPC for our Linux support, which is a must have for our own hosting now - and for a lot of our users.
Offline
yes i mean pub/sub pattern.
ok since it's immediate priority.
Offline
we rely on FPC for our Linux support, which is a must have for our own hosting now - and for a lot of our users.
Hi Ab, are you already using the FPC/LINUX version of mORMot now for production?
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
I haven't a chance to develop for Linux yet, but it'll be great if you then have a blog post for tips and steps on how your setup your development environment for Linux
Last edited by edwinsn (2015-01-08 09:05:28)
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
We are currently implementing a workaround against the FPC bug/limitation.
See http://synopse.info/fossil/tkttimeline/9357b49fe2?y=ci
Offline
Hi Arnaud,
If you have an example (or Sample) ready.
I would very much like to test/try this new feature !!
Offline
Pages: 1