Opened 19 years ago
Last modified 18 years ago
#2 assigned defect
multithread-httpd backend interacts badly with slime
Reported by: | Marco Baringer | Owned by: | Marco Baringer |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | backend | Version: | 2.0 |
Keywords: | Cc: |
Description
the multithread-httpd backend uses the same mailboxes as slime for sending messages. this means that httpd mesages may be delivered to slime and vice versa.
the soltuion is to just use our own mailboxes. unfortuntely slime's interface is in terms of send and recieve, not something we can use for our own implemenataton of send and recieve. we'll need to add a dependncy on portable-threads (or something) and reimplement send/recieve.
Change History (1)
comment:1 Changed 19 years ago by
Component: | rerl → backend |
---|---|
Status: | new → assigned |
Version: | → 2.0 |
Note: See
TracTickets for help on using
tickets.