As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Anybody have any idea how I can run two programs at once? I'm testing one that takes 45 minutes to run. In the meantime I'd like to test some other programs. Thanks for the help!
how many processors do you have? if you have at least 2, you should be able to run 2 at once easily. Even if you only have 1, you can execute a second, third job while a first is running; you can always run a second one using Run Defered, which uses the processor whenever it can and then always gives way to a live request, ie one with higher priority. Btw, remember to edit your profile signature so we know what system you are running on.This message has been edited. Last edited by: susannah,
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
.... unless, of course, you have a setting that only permits a max of one agent because of a local install? If this is the case then increase the number of agents within the server console.
And when you say it takes 45 mins to run, is that pure server time or is the server time small and the main part of the 45 mins is your PC rendering it in a browser - if it's the latter then get more memory.
If you are testing only for the fact that a process is executing properly and producing an output then try adding IF RECORDLIMIT EQ n to your code (where n is any number, the smaller the better) to reduce the number of records returned in your query.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004