You might even want to consider having that batch file start a process on a different machine so you don’t burry your web server and split some of the load off.

 

Some of my big reports that get requested from the web insert a record into a table while there is another machine waiting in a loop watching that table and then fires off when it finds the row, generates the report and sends it out or drops it to a pdf file for the browser to pick up later.

 

 

 


From: [email protected] [mailto:[email protected]] On Behalf Of Alan Wolfe
Sent: Wednesday, November 09, 2005 7:01 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: R:Tango question

 

That is exactly what I wanted to hear,  thanks Troy! (:

 

I will make sure they match

----- Original Message -----

From: Troy Sosamon

Sent: Wednesday, November 09, 2005 5:55 PM

Subject: [RBASE-L] - RE: R:Tango question

 

You shouldn’t have any problems.

I have a few apps that run WiTango apps concurrently w/ R:base.

You need to make sure you are in multi user mode and that the rabase and the tango cfg files match.

 

Troy

 

 

 


From: [email protected] [mailto:[email protected]] On Behalf Of Alan Wolfe
Sent: Wednesday, November 09, 2005 6:13 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - R:Tango question

 

Hey guys!

 

We are running R:Tango with oterro 2.6 and R:Base 2000 v6.5++.

 

We have a process someone is trying to do in our system that takes a long time and the browser as well as witango times out so they never see the results.

 

What i was wondering is, if we have an action in witango that fires off a batch file to run an r:base command file to generate this data and then sends it off to the user, will there be any bad kinds of collisions?

 

I guess my question is just is it safe to run an r:base command file while oterro is also active on the same database?

 

Thank you,

Alan

Reply via email to