Re: Advise on enterprize application + clustering

2004-08-04 Thread Pierre Sahores
Of Andre Garzia Sent: Tuesday, August 03, 2004 00:08 To: How to use Revolution Subject: Re: Advise on enterprize application. On Aug 2, 2004, at 6:51 PM, Mark Wieder wrote: Andre- I'd have to agree with Trevor here that a multi-tiered approach is the way to go. I think you'll have an easier time

Re: Advise on enterprize application.

2004-08-03 Thread Pierre Sahores
Hello Andre, I will answer to your post tonight. In short, the way is to have all your stuff binded to the standard Apache's 80 port trought sockets translators/listeners able to use the 80 port to provide the requests/replies over the web and to have your server-sided Rev apps connectables to

Advise on enterprize application.

2004-08-02 Thread Andre Garzia
Hi Folks, I was hired to build a simple app here in brazil, I should take care of managing contacts and projects for a small company. As a common practice here in the country, they changed the project as the game was going and now the only thing it doesn't do is to babysit the CEO daughter,

Re: Advise on enterprize application.

2004-08-02 Thread Trevor DeVore
On Aug 2, 2004, at 1:36 PM, Andre Garzia wrote: I am now thinking in doing the other way, I make the server using my webserver stack and valentina, and they access it by the web, they can pass thru the firewall to do webrequests... but that's ugly I hate deploying apps using web interface. It's

Re: Advise on enterprize application.

2004-08-02 Thread Andre Garzia
Trevor, thanks to your quick response. I was thinking about it... I was trying to make one app, not two, but I think that's the way to go, the time I'll take to create a HTML interface is bigger thant the one I'll use to modify the current rev interface, now let's build a server... (heck!)

Re: Advise on enterprize application.

2004-08-02 Thread Trevor DeVore
On Aug 2, 2004, at 1:57 PM, Andre Garzia wrote: thanks to your quick response. I was thinking about it... I was trying to make one app, not two, but I think that's the way to go, the time I'll take to create a HTML interface is bigger thant the one I'll use to modify the current rev interface,

Re: Advise on enterprize application.

2004-08-02 Thread Andre Garzia
On Aug 2, 2004, at 6:12 PM, Troy Rollins wrote: Just to be clear, the mySQL connection works. If you can't access it, there is some other problem. Sounds like Andre doesn't have a problem with it from his end, but the client's firewall does. I'd look at using port 80... almost all firewalls

Re: Advise on enterprize application.

2004-08-02 Thread Andre Garzia
On Aug 2, 2004, at 6:17 PM, Trevor DeVore wrote: If you've already written the interface in Rev and depending on how separate your data fetching code is from your interface code then it should be a breeze. I like to have data fetching functions which return arrays that I build the interface

Re: Advise on enterprize application.

2004-08-02 Thread Mark Wieder
Andre- I'd have to agree with Trevor here that a multi-tiered approach is the way to go. I think you'll have an easier time of it than trying to stuff everything into a giant rev app (not to mention an easier time doing maintenance in the long run). -- -Mark Wieder [EMAIL PROTECTED]

Re: Advise on enterprize application.

2004-08-02 Thread Andre Garzia
On Aug 2, 2004, at 6:51 PM, Mark Wieder wrote: Andre- I'd have to agree with Trevor here that a multi-tiered approach is the way to go. I think you'll have an easier time of it than trying to stuff everything into a giant rev app (not to mention an easier time doing maintenance in the long run).

Re: Advise on enterprize application.

2004-08-02 Thread Alex Tweedly
At 19:08 02/08/2004 -0300, Andre Garzia wrote: Mark, Thanks! Already on that path! I just need to know how to make that database library work in the mc engine... it's not there... It kinda hurts to even suggest this, but . if you're using HTTP to send the query / get the response and if the

Re: Advise on enterprize application.

2004-08-02 Thread Andre Garzia
On Aug 2, 2004, at 7:46 PM, Alex Tweedly wrote: It kinda hurts to even suggest this, but . if you're using HTTP to send the query / get the response and if the server side is a simple CGI that receives an encoded version of the SQL query and responds with the data returned from mySQL then I'd

RE: Advise on enterprize application + clustering

2004-08-02 Thread MisterX
] Behalf Of Andre Garzia Sent: Tuesday, August 03, 2004 00:08 To: How to use Revolution Subject: Re: Advise on enterprize application. On Aug 2, 2004, at 6:51 PM, Mark Wieder wrote: Andre- I'd have to agree with Trevor here that a multi-tiered approach is the way to go. I think you'll