The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AEXECUTE/AQUERY
Author Message
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #1
AEXECUTE/AQUERY
Has anyone using AEXECUTE/AQUERY on a live shard? As i remember these functions conflicting with EXECUTE/QUERY and crashes the server.
(This post was last modified: 10-21-2012 01:08 AM by Shaklaban.)
10-21-2012 01:07 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Avatar
Journeyman
*

Posts: 172
Likes Given: 6
Likes Received: 27 in 12 posts
Joined: Apr 2012
Reputation: 5

The North Shield

Post: #2
RE: AEXECUTE/AQUERY
(10-21-2012 01:07 AM)Shaklaban Wrote:  Has anyone using AEXECUTE/AQUERY on a live shard? As i remember these functions conflicting with EXECUTE/QUERY and crashes the server.

Yes, i'm using those mysql stuff. The logic is a little bit different since in db query, request is done at the moment once command is just executed but aquery is actually first getting the functions and you can do some stuff until db just execute query. The important point in aquery different than query is just responding time and it is usefull in order not to crash server with overloading mysql tasks. First do some task in sphere server, like not selecting db and executing at the same time , just you can do it afterwards.

Also, it is vital that you shoud not use query or aquery while db connected at the same time, you should first stop aquery or query to pass another function, otherwise server will crash.
(This post was last modified: 11-05-2012 12:01 AM by Avatar.)
11-04-2012 11:58 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)