| Title: |
Array Question
|
| Date: |
12/05/02
8 Posts
|
| Summary: |
The syntax for accessing a child node named xmlText from an XML structure named selectedElements is #selectedElements[i].xmlText#.
|
| |
| Title: |
Is ColdFusion REALLY Multi Threaded?
|
| Date: |
12/05/02
5 Posts
|
| Summary: |
When a Unix ODBC connection to a PostgresSQL database appears to single-thread requests, CF-Talkers recommend setting "Limit Simultaneous Connections" in CF Admin to within a range of 3 to 7, depending upon optimum performance under load. The problem may originate from the PostgresSQL drivers or the Unix ODBC connection itself.
|
| Related: |
Is ColdFusion REALLY Multi Threaded?
|
| |
| Title: |
SOT: Ending Tasks with CF
|
| Date: |
12/05/02
7 Posts
|
| Summary: |
CF developers can end all instances of an application (i.e., Notepad) running in Win2K by using CFEXECUTE to run kill.exe. This utility and ps, used to display current processes, are also available as freeware.
|
| |