> The client side is easy, that already works with FPC, as there are many
> working HTTP client components for FPC. I'm now trying to get the tiOPF
> Application Server working - that's the current problem. My goal since I
> ported tiOPF to FPC is that FPC developers must be able to use tiOPF
> without requiring any 3rd party components. So all functionality must be
> built into tiOPF or come as standard with FPC (eg: the SqlDB database
> components).

Then the CORBA solution really looks more relevant once got working,
sure :) It may feed any data from client to server w/o the need in
file transfer/storage etc. It features data type checks. And it's much
faster.


2011/11/19, Graeme Geldenhuys <graemeg.li...@gmail.com>:
> On 2011-11-18 03:39 PM, Marcos Douglas wrote:
>> Why do you need a HTTP server out of the box? You can use a FastCGI
>> app with Apache. It's easy to debug too.
>
> I'm trying to get tiOPF n-tier support working with FPC. tiOPF's Remote
> Persistence Layer is currently implemented for Delphi + Indy, using the
> Indy HTTP Client component on the client side, and the Indy HTTP Server
> component in the Application Server side (as an embedded http server
> running on port 8080).
>
> The client side is easy, that already works with FPC, as there are many
> working HTTP client components for FPC. I'm now trying to get the tiOPF
> Application Server working - that's the current problem. My goal since I
> ported tiOPF to FPC is that FPC developers must be able to use tiOPF
> without requiring any 3rd party components. So all functionality must be
> built into tiOPF or come as standard with FPC (eg: the SqlDB database
> components).
>
> Regards,
>    - Graeme -
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to