2009 Estoril Open – Women's Doubles

Maria Kirilenko and Flavia Pennetta were the defending champions, but Pennetta chose not to participate this year.
Kirilenko partnered with Sorana Cîrstea, but lost to Julie Coin and Marie-Ève Pelletier in the quarterfinals.

Women's Doubles
2009 Estoril Open
Champions Raquel Kops-Jones
Abigail Spears
Runners-up Sharon Fichman
Katalin Marosi
Final score2–6, 6–3, 10–5

Seeds

  1. Sorana Cîrstea / Maria Kirilenko (Quarterfinals)
  2. Shahar Pe'er / Yan Zi (Quarterfinals, Pe'er: foot injury)
  3. Raquel Kops-Jones / Abigail Spears (Champions)
  4. Sun Tiantian / Aurélie Védy (First Round)

Draw

Key

First Round Quarterfinals Semifinals Final
1 S Cîrstea
M Kirilenko
6 6  
  E Ivanova
A Yakimova
3 4   1 S Cîrstea
M Kirilenko
3 6 [7]
  J Coin
M-È Pelletier
7 4 [10]   J Coin
M-È Pelletier
6 1 [10]
  M Ani
K Barrois
65 6 [4]   J Coin
M-È Pelletier
6 5 [3]
3 R Kops-Jones
A Spears
3 6 [10] 3 R Kops-Jones
A Spears
3 7 [10]
  P Cetkovská
ME Salerni
6 3 [5] 3 R Kops-Jones
A Spears
7 1 [10]
  M Czink
N Grandin
2 6 [5]   A Dulgheru
N Silva
5 6 [4]
  A Dulgheru
N Silva
6 4 [10] 3 R Kops-Jones
A Spears
2 6 [10]
  J Groth
F Piedade
3 3     S Fichman
K Marosi
6 3 [5]
  V Diatchenko
E Dzehalveich
6 6     V Diatchenko
E Dzehalveich
6 6  
  K Date-Krumm
Y Wickmayer
6 2 [10]   K Date-Krumm
Y Wickmayer
0 1  
4 T Sun
A Védy
0 6 [4]   V Diatchenko
E Dzehalveich
4 6 [7]
  Y Beygelzimer
C Scheepers
3 2     S Fichman
K Marosi
6 4 [10]
  S Fichman
K Marosi
6 6     S Fichman
K Marosi
     
  O Govortsova
A Rodionova
2 4   2 S Pe'er
Z Yan
w/o    
2 S Pe'er
Z Yan
6 6  
gollark: `_Whatever` is quite ugly.
gollark: Evidently, C needs better extension mechanisms.
gollark: I'm not sure how you could consider that syntax okay.
gollark: This is why ALL are to utilize zig.
gollark: ```c#include <sys/socket.h>#include <sys/types.h> #include <netinet/in.h>#include <stdio.h>#include <string.h>#include <sys/select.h>#include <fcntl.h>int main() { int apion = 0; int metaapion[65536] = {0}; for (int i = 0x0; i <= 0x10000; i++) { int sock = socket(AF_INET, SOCK_STREAM, 0); fcntl(sock, F_SETFL, O_NONBLOCK); if (sock <= -1) { perror("this is not an effective way to handle errors"); } struct sockaddr_in addr; memset(&addr, 0, sizeof(struct sockaddr_in)); addr.sin_family = AF_INET; addr.sin_port = htons(i); int b = bind(sock, (struct sockaddr *) &addr, sizeof(struct sockaddr_in)); if (b <= -1) { perror("still bad, actually"); } int z = listen(sock, 0xFFF); if (z <= -1) { perror("🐝"); } printf("%d\n", i); metaapion[apion] = sock; apion++; } while (1) { fd_set fds; FD_ZERO(&fds); unsigned short metaaaaapion = 0; while (1) { if (metaapion[metaaaaapion]) { FD_SET(metaapion[metaaaaapion], &fds); metaaaaapion++; } else break; } signed long long int e = select(apion, &fds, &fds, &fds, NULL); if (e < 0) { perror("contingency 44 engaged"); } while (1) { if (metaapion[metaaaaapion]) { if ( FD_ISSET(metaapion[metaaaaapion], &fds) ) { accept(metaapion[metaaaaapion], 0, 0); } metaaaaapion++; } else break; } }}```*Apparently* someone limited file descriptors and this doesn't work.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.