cs96and (Alan Davies)
- Login: cs96and
- Email: alan.n.davies@gmail.com
- Registered on: 02/26/2013
- Last sign in: 12/11/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
11/16/2023
-
01:24 PM Ruby Bug #7968: Poor UDPSocket#send performance in ruby 2.0.0 on windows
- k0kubun (Takashi Kokubun) wrote in #note-14:
> Just in case, could you measure the time spent on the loop instead of a whole Ruby command? The prelude script sometimes takes a lot of time, the performance varies across different version...
11/15/2023
-
07:25 PM Ruby Bug #7968: Poor UDPSocket#send performance in ruby 2.0.0 on windows
- JesseJohnson (Jesse Johnson) wrote in #note-12:
> Can anyone replicate this on Ruby 3 or later?
Still poor performance in 3.1.3 and 3.2.2...
**1.9.3 send()**
```
$ ./ruby-1.9.3-p551-i386-mingw32/bin/ruby.exe --version
ruby 1.9.3p551 (2...
01/15/2014
-
02:55 PM Ruby Bug #7968: Poor UDPSocket#send performance in ruby 2.0.0 on windows
- Issue #7968 has been updated by Alan Davies.
This is still a problem in 2.0.0-p353 on windows. Is there any update?
Thanks
Alan.
----------------------------------------
Bug #7968: Poor UDPSocket#send performance in ruby 2... -
02:49 PM Ruby Bug #7968: Poor UDPSocket#send performance in ruby 2.0.0 on windows
- This is still a problem in 2.0.0-p353 on windows. Is there any update?
Thanks
Alan.
07/03/2013
-
11:41 PM Ruby Bug #7968: Poor UDPSocket#send performance in ruby 2.0.0 on windows
- Any update on this?
Thanks
Alan
03/10/2013
-
03:40 AM Ruby Bug #7968: Poor UDPSocket#send performance in ruby 2.0.0 on windows
- The bind and connect can be different. The bind specifies what port you are sending from, and connect specifies the port you are sending to (the ip address can be a different box too). It runs fine for me with different ports, but you ...
03/06/2013
-
02:02 AM Ruby Bug #7968: Poor UDPSocket#send performance in ruby 2.0.0 on windows
- I see the %Done went up to 100 and back down to zero. Is this fixed or not now?
Thanks
Alan.
02/26/2013
-
08:55 PM Ruby Bug #7968 (Assigned): Poor UDPSocket#send performance in ruby 2.0.0 on windows
- I have noticed that the performance of UDPSocket#send on ruby 2.0.0 on windows is much poorer than that of 1.9.3 or 1.8.7. Running the attahced script on 2.0.0 gives the following...
d:\scripts>bash -c "ruby --version"
ruby 2.0.0p0 ...