Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

c/s to multi-tier app.

5 views
Skip to first unread message

Lee HB

unread,
Jun 22, 2008, 10:20:27 PM6/22/08
to
hi all,

i am using D7+mySQL 5 to develop my inhouse ERP solution, trying of migrate
my application from C/S
to multi-tier, my question is, did i need to use RemObject Data Abstract or
using the exisitng
delphi7 MIDAS component? What type of connection did i need to use? My ERP
con-current users can
be up to 100 users. Any suggestion is appreciated. Thanks.

Lee HB


Jaimy Azle

unread,
Jun 26, 2008, 12:00:44 AM6/26/08
to
"Lee HB" <l...@softwarelab.com.my> wrote:

There are several multitier framework you can use, including RO-DA, Others
are MIDAS, kbmMW, ICS, ... and RtcSDK. I, myself, working on our ERP system
using RtcSDK, combined with embedded Python used as business process
execution language. Having dynamic language such as python being used as
business process language is a lot of fun, flexible, allow dynamically
changed without need to recompile the whole server.

Salam,

-Jaimy.


Lee HB

unread,
Jun 26, 2008, 4:00:16 AM6/26/08
to
Thank Jaimy,

I read on the RtcSDK website, seems that the application server is using
the HTTP server, some kind of socket connection, am i rite?
Will it be able to handle a huge connections? Or possible to peform load
balancing if more then one application server deployed.
Thanks in advance.


"Jaimy Azle" <ja...@nospam.log.web.id> wrote in message
news:4863...@newsgroups.borland.com...

Jaimy Azle

unread,
Jun 26, 2008, 10:03:56 AM6/26/08
to

"Lee HB" <l...@softwarelab.com.my> wrote: in message
news:4863...@newsgroups.borland.com...

> I read on the RtcSDK website, seems that the application server is using


> the HTTP server, some kind of socket connection, am i rite?

yes

> Will it be able to handle a huge connections? Or possible to peform load
> balancing if more then one application server deployed.

Basically, larger request could be handled because it use stateless
connection, but of course there will be a limit in which could only be
solved by implementing load balancing. This feature is unavailable on
current RtcSDK, if you want a middleware framework that has load balancing
feature, may be you could give a try kbmMW.

Salam,

-Jaimy.


Lee HB

unread,
Jun 26, 2008, 9:06:42 PM6/26/08
to
How about the RemObjects? Do you try it before?

"Jaimy Azle" <ja...@nospam.log.web.id> wrote in message

Jaimy Azle

unread,
Jun 27, 2008, 8:08:16 AM6/27/08
to
"Lee HB" <l...@softwarelab.com.my> wrote:

>
> How about the RemObjects? Do you try it before?
>

No, sorry.

Salam,

-Jaimy


Erick Sasse

unread,
Jun 28, 2008, 5:24:58 PM6/28/08
to
Lee HB wrote:

> How about the RemObjects? Do you try it before?

I use RO SDK and recommend it. The nice thing is that you can use it as
the communication layer for DataSnap. This way you can still use
standard DataSetProviders and ClientDataSets. It also supports load
balancing and the like.

RO DataAbstract is another product and will replace DataSnap
completely. It's a good tool if you need to support several databases
and plataforms (Win32, .NET, Linux, MacOS).

--
Erick Sasse

0 new messages