![]() |
|
|
#166 | |
|
"Mark"
Apr 2003
Between here and the
143138 Posts |
Quote:
|
|
|
|
|
|
|
#167 | |
|
"Alexander"
Nov 2008
The Alamo City
24·43 Posts |
Quote:
Last fiddled with by Happy5214 on 2020-10-09 at 19:03 |
|
|
|
|
|
|
#168 | |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
Quote:
|
|
|
|
|
|
|
#169 | |
|
"Alexander"
Nov 2008
The Alamo City
24×43 Posts |
Quote:
Last fiddled with by Happy5214 on 2020-10-10 at 13:48 Reason: Quote |
|
|
|
|
|
|
#170 |
|
"W. Byerly"
Aug 2013
1423*2^2179023-1
10410 Posts |
Hi, is there anyway to run multithreaded LLR instances using prpnet? I tried adding ThreadsPerTest=1 in llr.ini but it appears that prpnet rewrites the file upon bootup and the changes do not get saved.
|
|
|
|
|
|
#171 |
|
"Mark"
Apr 2003
Between here and the
11000110010112 Posts |
|
|
|
|
|
|
#172 |
|
Jul 2003
13·47 Posts |
|
|
|
|
|
|
#173 |
|
"Mark"
Apr 2003
Between here and the
143138 Posts |
I have found and fixed a bug in the server that impacts Sierpinski/Rlesel project. This has a big impact servers with large numbers of sub minute PRP tests, but could affect any Sierpinski/Riesel server. The changes to source have been committed and the Windows exes have been updated over at sourceforge.
|
|
|
|
|
|
#174 |
|
"Alexander"
Nov 2008
The Alamo City
2B016 Posts |
I'm getting a build failure on Linux:
Code:
In file included from /usr/include/fcntl.h:301,
from Socket.h:29,
from prpclient.cpp:22:
In function ‘int open(const char*, int, ...)’,
inlined from ‘int main(int, char**)’ at prpclient.cpp:462:19:
/usr/include/x86_64-linux-gnu/bits/fcntl2.h:50:24: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT or O_TMPFILE in second argument needs 3 arguments
50 | __open_missing_mode ();
| ~~~~~~~~~~~~~~~~~~~~^~
make: *** [makefile:40: prpclient.o] Error 1
|
|
|
|
|
|
#175 | |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
Quote:
Code:
int lockFile;
lockFile = open("client.lock", O_WRONLY | O_CREAT | O_EXCL);
if (lockFile <= 0)
TerminateWithError("Only one copy of the PRPNet client can be run from this folder at a time.");
|
|
|
|
|
|
|
#176 |
|
"Alexander"
Nov 2008
The Alamo City
24·43 Posts |
The PRPNet server outputs a ton of sub-standard and invalid HTML. It starts with the lack of a DOCTYPE string, ends with the totals row (which includes inappropriate header cells) sorting in between data rows, and hits everywhere in between. There is no bolding of the links table, which appears to be the intent, and there's a ton of presentational markup that was deprecated then and obsolete now. The markup is due for an update.
One issue I see with updating to HTML5 is that it requires UTF-8 encoding. I don't know if that means you'd have to restrict allowed user-generated data to ASCII or start using wide characters. |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PSP goes prpnet | ltd | Prime Sierpinski Project | 86 | 2012-06-06 02:30 |
| PRPNet 4.0.0 Released | rogue | Software | 84 | 2011-11-16 21:20 |
| PRPNet 4.0.1 Released | Joe O | Sierpinski/Riesel Base 5 | 1 | 2010-10-22 20:11 |
| PRPNet 3.0.0 Released | rogue | Conjectures 'R Us | 220 | 2010-10-12 20:48 |
| PRPNet released! | rogue | Conjectures 'R Us | 250 | 2009-12-27 21:29 |