Topic profile page for Execution time.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Execution time.
Topic "Execution time" was discussed 3,481 times on 416 sites in last 3 months
Started 5 days, 13 hours ago (2009-12-01 12:35:00)
by shehbazbashir
Hi I am converting a website to also work in arabic. The user is able to save its preference of language from the front end. I am using the following code: Code: $lang = new JLanguage('en-GB'); $lang -> setLanguage('en-GB' ); $lang ->load('joomla', JPATH_BASE, 'en-GB', true ); echo JText::_('name'); The output should be in English ...
Started 1 week, 3 days ago (2009-11-26 23:59:00)
by Seth
Ok two part question here. The first is Im creating a automated ticket creater for our Helpdesk. Now Im trying to login and I have regsiters BMC.ARSystem and BMC.arnettoc with regasm and it said they were successfully registered. I add the references to my vb.net project declare a new server and do 'server.login(server, username, password)' I get an EXPECTED MODULE:HRESULT and then some error ...
Started 1 week, 4 days ago (2009-11-25 22:06:00)
by Ola Hallengren
I'm trying to understand what factors that are important for the execution time for a query against sys.dm_db_index_physical_stats. As I undestand it, it is scanning the pages on the index level above the leaf level if you're running it in LIMITED mode (default). How does this work when there are LOB data types? I'm looking at a table with two nvarchar(max) columns, ...
Started 1 week, 4 days ago (2009-11-25 17:30:00)
by jeffhan
we have 3 nodes oracle 10gR2 RAC based on ASM. The 3rd node is the latest one we added into the cluster. All instances on 3 nodes using the same system parameters and same OS and same hardware i found a weird problem, a same query i executed on node1 is way more faster than on node3 (1.5mins VS. 18mins). Then i did trace, surprising found the fetch time ...
Started 1 week, 4 days ago (2009-11-25 01:54:00)
by epheterson
Decrease execution time? I'm not asking any specific question here, but I'm running into a problem with this program where I receive "Fatal error: Maximum execution time of 30 seconds exceeded in..." The program reads in text files, parses them into filenames, checks the last-modified date of each file (on two servers) and ...
Started 1 week, 5 days ago (2009-11-24 20:46:00)
by m0rgulvale
hi, my error_log shows this error several times PHP Fatal error: Maximum execution time of 30 seconds exceeded in includes/functions_vbseo_misc.php on line 54 line 54 is: preg_match('#(.+?)#is', $ptext, $tmatch); This only starting appearing after patching the file in recent security 'patch' upgrade Please advise thanks
Started 2 weeks, 2 days ago (2009-11-20 14:26:00)
by neilb
Hi guys. Just wanted to ask if you know the brokers with the fastest order execution time. I have a live account with FXCH and its execution time is really slow. Thanks for any help.
Started 2 weeks, 2 days ago (2009-11-20 10:06:00)
by Steve B_
Hi, I have a process that handle user imput and that can be harmfull if the user input is too complex. Is there any best practice to manage long runnig operations with timeout security ? Imagine the following code : public class Program { public static void Compute( int userInput) { // this is the potential long operation Thread.Sleep(userInput * ...
Started 2 weeks, 4 days ago (2009-11-18 07:40:00)
by candicek
Hi, I am new to Joomla and I am still feeling my way around and learning the application. I was editing content in an article that I am busy creating, and then I received this error message: Fatal error: Maximum execution time of 30 seconds exceeded C:\wamp\www\Joomla\libraries\joomla\filter\filteri nput.php When I try to do a preview of my article, only a blank page loads. Since I received ...
Started 5 days, 12 hours ago (2009-12-01 13:15:00)
by shehbazbashir
Just a little bit of change in the last line. Code: $lang = new JLanguage('en-GB'); $lang -> setLanguage('en-GB' ); $lang ->load('joomla', JPATH_BASE, 'en-GB', true ); [b]echo $lang->_('name');[/b] JTEXT uses the default language set in the administrator. Anybody know whats wrong here?
Started 3 days, 15 hours ago (2009-12-03 10:05:00)
by Serge Kandakov
Hello, Jürgen! Have you found the solution? A have the same problem... And can anyone help me with "How to prevent placing a command to the undo stack? It is not possible to undo my command." Many thanks, Serge
Started 1 week, 1 day ago (2009-11-28 06:53:58)
by zortec
Help with Code Tags Java Syntax ( Toggle Plain Text ) import java.util.*; public class GetExecutionTimes { public GetExecutionTimes ( ) { } public static void main ( String args [ ] ) { long startTime = System . currentTimeMillis ( ) ; GetExecutionTimes ext= new GetExecutionTimes ( ) ; ...