close Warning: Can't synchronize with repository "(default)" (/project/ucw/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 18 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 18 years ago by Marco Baringer

Component: rerlbackend
Status: newassigned
Version: 2.0
Note: See TracTickets for help on using tickets.