Search found 86 matches: increasing

Return to advanced search

Re: Google Cloud Platform

... those living on the east coast of the US. The exact scale of the attack and the reasons for it are yet unknown, but comes at a time of increasing DDoS activity. A growing threat “Starting at 11:10 UTC on October 21st-Friday 2016 we began monitoring and mitigating a DDoS attack against ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4258

Re: TDOLPHIN + MySQL - MY.INI

... to keep the connection alive for better performance. We suggest to keep the session alive not by keep using dummy select every 30 seconds, but by increasing the value of wait_timeout. You can do this either in the configuratin file or even easier in your program oCn:wait_timeout := 30000 // or ...
by nageswaragunupudi
Mon Mar 13, 2017 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDOLPHIN + MySQL - MY.INI
Replies: 10
Views: 1794

New FTDN February/Febrero 2017 (FWH 17.02)

... sorted column, xbrowse was automatically deciding whether to refresh row or entire browse. In all other cases, the programmer has to decide this increasing the complexity of code. Now RefreshCurrent() method decides whether the value of a sorted column is changed or not and accordingly decides ...
by Antonio Linares
Fri Feb 24, 2017 12:37 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2017 (FWH 17.02)
Replies: 2
Views: 2166

Re: ERRORES REPENTINOS LME288 y Unable to perform link

We has the same issue and solved it by increasing the virtual memory for Windows (it was very low, 800Mo, it is now about 4 Go)
by Antonio Linares
Sat Feb 18, 2017 8:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERRORES REPENTINOS LME288 y Unable to perform link
Replies: 10
Views: 1724

Can we make Chrome extension software with Fivewin/Harbour?

... extension with Fivewin for Harbour/xHarbour? Recently, I found we can not use ActiveX for several websites... And, those kinds of websites are increasing.. When I try to connect those sites with ActiveX, it was mentioned as followings. "Internet Explorer 7 is no longer supported !" ...
by kim yong woo
Sat Mar 05, 2016 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can we make Chrome extension software with Fivewin/Harbour?
Replies: 1
Views: 452

FiveTouch FAQ

... the tablet or phone. In my opinion FiveTouch is the fastest way to develop an application for Android e iOS, saving the maximum possible time and increasing the productivity very much, so your tablet and phones app is ready as soon as possible :-)
by Antonio Linares
Sun Mar 08, 2015 12:34 am
 
Forum: FiveTouch
Topic: FiveTouch FAQ
Replies: 54
Views: 20981

Re: tData for SQL

... Otto, I have absolutely no problems with DBFs over networks. I haven't in many years. The issue here is SQL. Personally I like DBF's, but in this increasing world of connectivity, they simply are not being supported. If I need to make ancillary programs for some capabilities, they need to be in ...
by TimStone
Tue Jul 08, 2014 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6299

Re: PDF Creation size XP vs Win 8.1u1

... are still experiencing the problem, it seems we need to put this function to stress-test at our end both on xHarbour/Harbour. Meanwhile I suggest increasing the memory-swap area size on XP and try. Note: If you want to use your own function to generate PDF, eg using Image2PDF, please include this ...
by nageswaragunupudi
Fri Jun 13, 2014 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PDF Creation size XP vs Win 8.1u1
Replies: 6
Views: 1428

Re: Memory leak

James,

If I select in testxbrw 'Browse Array data' - 'DBF-structure without record selector', the memory use is increasing. When I close that window, the memory use stays the same. If I the select it again, it is increasing again.
by Marc Vanzegbroeck
Wed Feb 19, 2014 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory leak
Replies: 4
Views: 855

Memory leak

Hello, A customer reported me the if he use the program a long time, the program closes. After testing, I found out that the memory-use is increasing when opening a dialog with a xbrowse, and stays when I close it. Each time I reopen it, the memory increase. I check it with sample file testxbrw.prg, ...
by Marc Vanzegbroeck
Tue Feb 18, 2014 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory leak
Replies: 4
Views: 855

Re: ICIM functions to replace PageScript

Hello, For intensive printing, i have put this code, increasing default value, who was necessary for do not have problem in memory (and after so stranges effects...). *******************FUNCTION MEMCOMPACT()*******************SysRefresh()* ...
by Badara Thiam
Tue Oct 15, 2013 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ICIM functions to replace PageScript
Replies: 4
Views: 1685

Re: dbfntx very slow with 2+ users

Lucas, It is quite normal that ntx is becoming slower if the number of users is increasing. For each index, a ntx-file is created. If you open a DBF-file with its ntx-files, every file takes a file handle. In my application, I open 38 different files with at least ...
by driessen
Wed Aug 21, 2013 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 7135

Re: Closing an Access Database ( ldb )- compact and repair

... of connections continue to add up ?? or is a connection a ( single ) connection and once you open a recordset does the active connections keep increasing or is the same connection recycled with the next open recordset ? I am going to test my concerns shortly .. the only advantage in creating ...
by Rick Lipkin
Wed Jul 31, 2013 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Closing an Access Database ( ldb )- compact and repair
Replies: 22
Views: 6475

Re: CDO Email strange behavoir

Rick, Two things to try. Check to make sure that the port isn't being blocked at the customer's site. Also, try increasing the timeout interval (it is normally 30). :Item( "http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout"):Value := 30 Is your code ...
by James Bott
Mon Jul 22, 2013 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO Email strange behavoir
Replies: 12
Views: 4072

XBrowse bEditValid strange behavior (SOLVED)

...  ? Codigo,  nn       xBrowse( aStock )   RETURN .T. It is very strange, if you can see I'm printing nn (a global variable for test) after increasing it, the issue is that the xBrowse (Astock) is not displayed until [b]? Code, nn [/ b] is printed twice, with value 1, 2 respectively for ...
by Marcelo Via Giglio
Wed Jun 19, 2013 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse bEditValid strange behavior (SOLVED)
Replies: 4
Views: 1295
PreviousNext

Return to advanced search