Author |
Message |
Topic: Segfault at module load |
Asparius
Replies: 2
Views: 6843
|
Forum: Linux technical support Posted: Wed Jun 18, 2014 15:48 Subject: Segfault at module load |
Didnt change anything, now it is working without problems... strange
I will test different configurations and try to check if I can re-create the error.
Answering the questions asked - server was ... |
Topic: Segfault at module load |
Asparius
Replies: 2
Views: 6843
|
Forum: Linux technical support Posted: Tue Jun 17, 2014 18:34 Subject: Segfault at module load |
Hello
After a long time, I finally moved to Linux server. I have installed Debian 7.5, 32bit , compiled NWNX from git, copied compiled components to server directory - then tried to load module (co ... |
Topic: How much time would you save |
Asparius
Replies: 11
Views: 17690
|
Forum: General Discussion Posted: Thu Nov 17, 2011 16:37 Subject: How much time would you save |
I have my database on the same machine that nwserver is.
Results for 1000 strings write:
o Starting timer on MySQL write0
o Stopping timer on MySQL write0, elapsed: 438426 µs / 438.426 ms ... |
Topic: How much time would you save |
Asparius
Replies: 11
Views: 17690
|
Forum: General Discussion Posted: Thu Nov 17, 2011 16:30 Subject: How much time would you save |
Please check the system I have used to measure the speed. Also, on InnoDB engine MySQL was over 10 times slower than PrintString...
By the way - the difference becomes even greater with single writ ... |
Topic: How much time would you save |
Asparius
Replies: 11
Views: 17690
|
Forum: General Discussion Posted: Thu Nov 17, 2011 16:24 Subject: How much time would you save |
50 strings 100 characters each:
MySQL: 5 miliseconds on MEMORY (!!!) engine.
PrintString : 2 miliseconds
WriteTimestampedLogEmtry : 2 miliseconds (slightly larger than PrintString)
Also, serv ... |
Topic: How much time would you save |
Asparius
Replies: 11
Views: 17690
|
Forum: General Discussion Posted: Thu Nov 17, 2011 16:13 Subject: How much time would you save |
Baaleos: I'll bet that PrintString and WritetimestampedlogEntry will have time much lower than MySQL...
Checking in progress |
Topic: How much time would you save |
Asparius
Replies: 11
Views: 17690
|
Forum: General Discussion Posted: Thu Nov 10, 2011 17:20 Subject: How much time would you save |
As far as I know, WriteTimestampedLogEntry and PrintString aren't much time consuming . I had enabled logging of all kills on server, debug messages etc - about 200 MB per 24 hours - and turning loggi ... |
Topic: MySQL starting time |
Asparius
Replies: 10
Views: 16984
|
Forum: Database related Posted: Sat Jul 24, 2010 13:52 Subject: MySQL starting time |
Hmmm... a crude solution would be somethong like this:
Make a program that repeatedly attempts to connect to mysql database.
When this program succesfully connects and run a query (like "SELECT ... |
Topic: nwnx_dmactions (win32) |
Asparius
Replies: 20
Views: 36954
|
Forum: Windows development Posted: Mon May 24, 2010 3:42 Subject: nwnx_dmactions (win32) |
Great work. |
Topic: NWNX2 or SQL or both? |
Asparius
Replies: 8
Views: 13839
|
Forum: Database related Posted: Mon Feb 22, 2010 23:51 Subject: NWNX2 or SQL or both? |
Hmmm if I recall, SQLite embedded in NWNX was outdated - is it fixed at this moment? |
Topic: Toolset crash at "Build Module" with "Compile |
Asparius
Replies: 1
Views: 5672
|
Forum: General Discussion Posted: Thu Jan 28, 2010 1:48 Subject: Toolset crash at "Build Module" with "Compile |
Hello.
I am trying to compile all scripts with "Build Module" option (only "compile all scripts" checked). In middle of compillation, the toolset crashes with this message:
h ... |
Topic: Whirlwind? |
Asparius
Replies: 8
Views: 13865
|
Forum: Linux development Posted: Fri Jan 15, 2010 0:31 Subject: Whirlwind? |
@kucik - thats why I said that checking the timer instead of DelayCommand is better.
I have encountered few cases where action delayed by DelayCommand didnt fire at all , thats why OnClientEnter d ... |
Topic: Whirlwind? |
Asparius
Replies: 8
Views: 13865
|
Forum: Linux development Posted: Mon Jan 11, 2010 13:17 Subject: Whirlwind? |
In this solution, I would really suggest -like kucik said - storing time of the last attack in local variable, then, after use, check if 10 seconds passed.
Or at least change those lines:
if ... |
Topic: NWNX2 database doesn't update |
Asparius
Replies: 14
Views: 20081
|
Forum: Windows technical support Posted: Tue Jan 05, 2010 15:52 Subject: NWNX2 database doesn't update |
Hmmm - can you post your nwnx_odbc.txt here? |
Topic: Local VS Persistent |
Asparius
Replies: 13
Views: 18012
|
Forum: General Discussion Posted: Tue Jan 05, 2010 10:09 Subject: Local VS Persistent |
About local variables performance - I did a little research about 1,5 year ago, maybe you'll find it useful:
http://nwn.bioware.com/forums/viewtopic.html?topic=647653&forum=47&sp=0
For CNR - ... |
|