hpi-swa / RSqueak

A Squeak/Smalltalk VM written in RPython.
BSD 3-Clause "New" or "Revised" License
83 stars 15 forks source link

We do not support sockets #61

Closed timfel closed 8 years ago

timfel commented 9 years ago

We can already use monticelle with file-based repositories. Sockets would allow us to work with remote ones.

timfel commented 9 years ago

I have pushed some work into tim/sockets. It seems to work in my tests, but actually receiving data hangs when running the image with the translated product.

abstraktor commented 9 years ago

duplicates #53?

timfel commented 9 years ago

Status update: the current tim/sockets2 has an implementation that, hosted, can open and refresh a Monticello repository or a webpage. But after translation, there seems to be a bug with process switching so that it never reads the response...

timfel commented 8 years ago

This work was merged. There are still some transient issues, but we'll track these separately.