Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
a4b0bd97
Commit
a4b0bd97
authored
13 years ago
by
Martin Stjernholm
Browse files
Options
Downloads
Patches
Plain Diff
Removed some very old and obselete disclaimers about threads.
parent
7d05d963
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+0
-22
0 additions, 22 deletions
README
with
0 additions
and
22 deletions
README
+
0
−
22
View file @
a4b0bd97
...
@@ -26,28 +26,6 @@ on additional "DEPENDENCIES", on "CONFIGURE OPTIONS AND BUILD VARIABLES",
...
@@ -26,28 +26,6 @@ on additional "DEPENDENCIES", on "CONFIGURE OPTIONS AND BUILD VARIABLES",
on "MANUAL BUILDING" and, if needed, the section "IF IT DOESN'T WORK".
on "MANUAL BUILDING" and, if needed, the section "IF IT DOESN'T WORK".
THREADS SUPPORT
Getting threads support might be hairy on some platforms, most
platforms have threads support but quite a few have problems running
external processes (through create_process). By default threads
support is disabled on platforms where threading is known not to work
100% properly.
IRIX: Starting many processes causes a resource error which sometimes
causes a complete hang and 100% cpu usage.
FreeBSD 3.x: Symptoms are similar to IRIX, but the problem has
something to do with signal handling. (And as you may know,
process handling uses signals on UNIX...)
Linux: Not all linux variations have 100% working threads, in fact
most libc5 systems do not work very well with threads. Threads
support is enabled by default on Linux, but we recommend running
'make verify' after compilation. This will (hopefully) tell you
if your threads are not working.
BUGS
BUGS
If you find a bug in the interpreter, the first thing to do is to make
If you find a bug in the interpreter, the first thing to do is to make
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment